summary refs log tree commit diff
diff options
context:
space:
mode:
authorOren Novotny <oren@novotny.org>2017-09-23 22:17:54 -0400
committerOren Novotny <oren@novotny.org>2017-09-23 22:17:54 -0400
commitcb62215181a48d63d64ba5c542041daae1557501 (patch)
tree3b6b45c85db1d749f7f008d8793ec3804ad3d439
parentMerge from master (diff)
downloadBouncyCastle.NET-ed25519-cb62215181a48d63d64ba5c542041daae1557501.tar.xz
Rename main methods
-rw-r--r--crypto/test/src/crypto/test/SM2EngineTest.cs2
-rw-r--r--crypto/test/src/crypto/test/SM2KeyExchangeTest.cs2
2 files changed, 2 insertions, 2 deletions
diff --git a/crypto/test/src/crypto/test/SM2EngineTest.cs b/crypto/test/src/crypto/test/SM2EngineTest.cs
index 8a1987d52..cc9440e86 100644
--- a/crypto/test/src/crypto/test/SM2EngineTest.cs
+++ b/crypto/test/src/crypto/test/SM2EngineTest.cs
@@ -151,7 +151,7 @@ namespace Org.BouncyCastle.Crypto.Tests
             DoEngineTestF2m();
         }
 
-        public static void Main(string[] args)
+        public static void MainOld(string[] args)
         {
             RunTest(new SM2EngineTest());
         }
diff --git a/crypto/test/src/crypto/test/SM2KeyExchangeTest.cs b/crypto/test/src/crypto/test/SM2KeyExchangeTest.cs
index d7a2650eb..41993218c 100644
--- a/crypto/test/src/crypto/test/SM2KeyExchangeTest.cs
+++ b/crypto/test/src/crypto/test/SM2KeyExchangeTest.cs
@@ -213,7 +213,7 @@ namespace Org.BouncyCastle.Crypto.Tests
             DoKeyExchangeTestF2m();
         }
 
-        public static void Main(string[] args)
+        public static void MainOld(string[] args)
         {
             RunTest(new SM2KeyExchangeTest());
         }