summary refs log tree commit diff
path: root/crypto/src/cms
diff options
context:
space:
mode:
authorDavid Hook <dgh@bouncycastle.org>2015-10-12 17:41:50 +1100
committerDavid Hook <dgh@bouncycastle.org>2015-10-12 17:41:50 +1100
commit98df52476e4c19695c5cb6c29437adf31c349952 (patch)
tree26319947c0e8ac9d20acea7240bb28e3d9c32ef0 /crypto/src/cms
parentIntroduced Utilities.IO.FilterStream (diff)
downloadBouncyCastle.NET-ed25519-98df52476e4c19695c5cb6c29437adf31c349952.tar.xz
removed bogus imports (old FilterStream)
added ISignatureGenerator to Pkcs10.
Diffstat (limited to 'crypto/src/cms')
-rw-r--r--crypto/src/cms/CMSTypedStream.cs1
1 files changed, 0 insertions, 1 deletions
diff --git a/crypto/src/cms/CMSTypedStream.cs b/crypto/src/cms/CMSTypedStream.cs
index 9cb314211..d04846ee1 100644
--- a/crypto/src/cms/CMSTypedStream.cs
+++ b/crypto/src/cms/CMSTypedStream.cs
@@ -2,7 +2,6 @@ using System;
 using System.IO;
 
 using Org.BouncyCastle.Asn1.Pkcs;
-using Org.BouncyCastle.Asn1.Utilities;
 using Org.BouncyCastle.Utilities.IO;
 
 namespace Org.BouncyCastle.Cms