diff options
author | Oren Novotny <oren@novotny.org> | 2017-09-23 22:17:54 -0400 |
---|---|---|
committer | Oren Novotny <oren@novotny.org> | 2017-09-23 22:17:54 -0400 |
commit | cb62215181a48d63d64ba5c542041daae1557501 (patch) | |
tree | 3b6b45c85db1d749f7f008d8793ec3804ad3d439 /crypto | |
parent | Merge from master (diff) | |
download | BouncyCastle.NET-ed25519-cb62215181a48d63d64ba5c542041daae1557501.tar.xz |
Rename main methods
Diffstat (limited to 'crypto')
-rw-r--r-- | crypto/test/src/crypto/test/SM2EngineTest.cs | 2 | ||||
-rw-r--r-- | crypto/test/src/crypto/test/SM2KeyExchangeTest.cs | 2 |
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()); } |