diff options
author | Peter Dettman <peter.dettman@bouncycastle.org> | 2022-09-20 15:21:22 +0700 |
---|---|---|
committer | Peter Dettman <peter.dettman@bouncycastle.org> | 2022-09-20 15:21:22 +0700 |
commit | b2499e40d81b1ccac9d311de1a045ba2f275c925 (patch) | |
tree | 8e7c79c59bc3e65f3afacd5b9a956054d6889f25 /crypto/src/tls | |
parent | Give IStreamCalculator a generic type (diff) | |
download | BouncyCastle.NET-ed25519-b2499e40d81b1ccac9d311de1a045ba2f275c925.tar.xz |
Cleanup
Diffstat (limited to 'crypto/src/tls')
-rw-r--r-- | crypto/src/tls/DtlsReliableHandshake.cs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/crypto/src/tls/DtlsReliableHandshake.cs b/crypto/src/tls/DtlsReliableHandshake.cs index 32c5c7851..8d6eb7b84 100644 --- a/crypto/src/tls/DtlsReliableHandshake.cs +++ b/crypto/src/tls/DtlsReliableHandshake.cs @@ -2,7 +2,6 @@ using System.Collections.Generic; using System.IO; -using Org.BouncyCastle.Utilities; using Org.BouncyCastle.Utilities.Date; namespace Org.BouncyCastle.Tls |