summary refs log tree commit diff
path: root/crypto
diff options
context:
space:
mode:
authorOren Novotny <oren@novotny.org>2017-09-23 22:18:55 -0400
committerOren Novotny <oren@novotny.org>2017-09-23 22:18:55 -0400
commitc113e8591c3ba79b771e353d4282adf2ce335d25 (patch)
tree4aacc9d8939a6e1097383150e9521e1b8b945b08 /crypto
parentremove old nuspec from sln item (diff)
downloadBouncyCastle.NET-ed25519-c113e8591c3ba79b771e353d4282adf2ce335d25.tar.xz
Rename entrypoint for test
Diffstat (limited to 'crypto')
-rw-r--r--crypto/test/src/crypto/test/SM2SignerTest.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/test/src/crypto/test/SM2SignerTest.cs b/crypto/test/src/crypto/test/SM2SignerTest.cs
index 5904c95a7..795fb6323 100644
--- a/crypto/test/src/crypto/test/SM2SignerTest.cs
+++ b/crypto/test/src/crypto/test/SM2SignerTest.cs
@@ -176,7 +176,7 @@ namespace Org.BouncyCastle.Crypto.Tests
             return new DerSequence(new DerInteger(r), new DerInteger(s)).GetEncoded();
         }
 
-        public static void Main(
+        public static void MainOld(
             string[] args)
         {
             RunTest(new SM2SignerTest());