summary refs log tree commit diff
path: root/crypto/test
diff options
context:
space:
mode:
authorPeter Dettman <peter.dettman@bouncycastle.org>2023-04-15 19:47:09 +0700
committerPeter Dettman <peter.dettman@bouncycastle.org>2023-04-15 19:47:09 +0700
commitba8033a0bd947c58a109ae20d89f8b3817d3d0db (patch)
treedfd624aa701bf115b2174d39fea4199d3c6927f7 /crypto/test
parentInitial fixups for github_439 (diff)
downloadBouncyCastle.NET-ed25519-ba8033a0bd947c58a109ae20d89f8b3817d3d0db.tar.xz
Move/rename files
Diffstat (limited to 'crypto/test')
-rw-r--r--crypto/test/src/crypto/test/OpenSshKeyParsingTest.cs (renamed from crypto/test/src/crypto/test/OpenSSHKeyParsingTests.cs)2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/test/src/crypto/test/OpenSSHKeyParsingTests.cs b/crypto/test/src/crypto/test/OpenSshKeyParsingTest.cs
index a647ba652..46cac0f4c 100644
--- a/crypto/test/src/crypto/test/OpenSSHKeyParsingTests.cs
+++ b/crypto/test/src/crypto/test/OpenSshKeyParsingTest.cs
@@ -6,12 +6,12 @@ using NUnit.Framework;
 using Org.BouncyCastle.Crypto.Engines;
 using Org.BouncyCastle.Crypto.Parameters;
 using Org.BouncyCastle.Crypto.Signers;
+using Org.BouncyCastle.Crypto.Utilities;
 using Org.BouncyCastle.Math;
 using Org.BouncyCastle.Security;
 using Org.BouncyCastle.Utilities;
 using Org.BouncyCastle.Utilities.Encoders;
 using Org.BouncyCastle.Utilities.IO.Pem;
-using Org.BouncyCastle.Utilities.SSH;
 
 namespace Org.BouncyCastle.Crypto.Tests
 {