diff options
author | Peter Dettman <peter.dettman@bouncycastle.org> | 2023-04-16 00:04:25 +0700 |
---|---|---|
committer | Peter Dettman <peter.dettman@bouncycastle.org> | 2023-04-16 00:04:25 +0700 |
commit | daa52b50b945dddb08b640c5794b1d3c9c39a212 (patch) | |
tree | fa8c86fec08fc796bb6d427290f114a8671f73e7 /crypto/test | |
parent | Restore files to before openssh changes (diff) | |
download | BouncyCastle.NET-ed25519-daa52b50b945dddb08b640c5794b1d3c9c39a212.tar.xz |
Fixes and improvements for github_439
Diffstat (limited to 'crypto/test')
-rw-r--r-- | crypto/test/src/crypto/test/OpenSshKeyParsingTest.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/test/src/crypto/test/OpenSshKeyParsingTest.cs b/crypto/test/src/crypto/test/OpenSshKeyParsingTest.cs index 46cac0f4c..02559b5c9 100644 --- a/crypto/test/src/crypto/test/OpenSshKeyParsingTest.cs +++ b/crypto/test/src/crypto/test/OpenSshKeyParsingTest.cs @@ -16,7 +16,7 @@ using Org.BouncyCastle.Utilities.IO.Pem; namespace Org.BouncyCastle.Crypto.Tests { [TestFixture] - public class OpenSshKeyParsingTests + public class OpenSshKeyParsingTest { private static SecureRandom secureRandom = new SecureRandom(); |