diff options
author | David Hook <dgh@bouncycastle.org> | 2015-10-12 17:41:50 +1100 |
---|---|---|
committer | David Hook <dgh@bouncycastle.org> | 2015-10-12 17:41:50 +1100 |
commit | 98df52476e4c19695c5cb6c29437adf31c349952 (patch) | |
tree | 26319947c0e8ac9d20acea7240bb28e3d9c32ef0 /crypto/src/asn1 | |
parent | Introduced Utilities.IO.FilterStream (diff) | |
download | BouncyCastle.NET-ed25519-98df52476e4c19695c5cb6c29437adf31c349952.tar.xz |
removed bogus imports (old FilterStream)
added ISignatureGenerator to Pkcs10.
Diffstat (limited to 'crypto/src/asn1')
-rw-r--r-- | crypto/src/asn1/Asn1InputStream.cs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/crypto/src/asn1/Asn1InputStream.cs b/crypto/src/asn1/Asn1InputStream.cs index 18d13c32d..501e788a0 100644 --- a/crypto/src/asn1/Asn1InputStream.cs +++ b/crypto/src/asn1/Asn1InputStream.cs @@ -2,7 +2,6 @@ using System; using System.Diagnostics; using System.IO; -using Org.BouncyCastle.Asn1.Utilities; using Org.BouncyCastle.Utilities.IO; namespace Org.BouncyCastle.Asn1 |