diff options
-rw-r--r-- | crypto/test/src/tls/test/DtlsPskProtocolTest.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/test/src/tls/test/DtlsPskProtocolTest.cs b/crypto/test/src/tls/test/DtlsPskProtocolTest.cs index 0da6cb661..f0e685541 100644 --- a/crypto/test/src/tls/test/DtlsPskProtocolTest.cs +++ b/crypto/test/src/tls/test/DtlsPskProtocolTest.cs @@ -9,7 +9,7 @@ using Org.BouncyCastle.Utilities; namespace Org.BouncyCastle.Tls.Tests { [TestFixture] - public class DlsPskProtocolTest + public class DtlsPskProtocolTest { [Test] public void TestClientServer() |