summary refs log tree commit diff
path: root/crypto/src/cms/CMSAuthEnvelopedData.cs
diff options
context:
space:
mode:
authorPeter Dettman <peter.dettman@bouncycastle.org>2022-06-28 11:01:05 +0700
committerPeter Dettman <peter.dettman@bouncycastle.org>2022-06-28 11:01:05 +0700
commit18c67ac1339c9ca4f3604f5e5d44da0263b9ad21 (patch)
tree32fe34fa1251ddb8c5529d9a39a31a68641dd257 /crypto/src/cms/CMSAuthEnvelopedData.cs
parentGenerics migration in Bcpg, Bzip2, Cmp (diff)
downloadBouncyCastle.NET-ed25519-18c67ac1339c9ca4f3604f5e5d44da0263b9ad21.tar.xz
Generics migration in Cms
Diffstat (limited to 'crypto/src/cms/CMSAuthEnvelopedData.cs')
-rw-r--r--crypto/src/cms/CMSAuthEnvelopedData.cs1
1 files changed, 0 insertions, 1 deletions
diff --git a/crypto/src/cms/CMSAuthEnvelopedData.cs b/crypto/src/cms/CMSAuthEnvelopedData.cs
index d35e946ae..28a959b74 100644
--- a/crypto/src/cms/CMSAuthEnvelopedData.cs
+++ b/crypto/src/cms/CMSAuthEnvelopedData.cs
@@ -1,5 +1,4 @@
 using System;
-using System.Collections;
 using System.IO;
 
 using Org.BouncyCastle.Asn1;