summary refs log tree commit diff
path: root/crypto/src/asn1/pkcs/KeyDerivationFunc.cs
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/src/asn1/pkcs/KeyDerivationFunc.cs')
-rw-r--r--crypto/src/asn1/pkcs/KeyDerivationFunc.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/crypto/src/asn1/pkcs/KeyDerivationFunc.cs b/crypto/src/asn1/pkcs/KeyDerivationFunc.cs
index 9fc89853b..64672df54 100644
--- a/crypto/src/asn1/pkcs/KeyDerivationFunc.cs
+++ b/crypto/src/asn1/pkcs/KeyDerivationFunc.cs
@@ -1,9 +1,9 @@
-using Org.BouncyCastle.Asn1;
 using Org.BouncyCastle.Asn1.X509;
 
 namespace Org.BouncyCastle.Asn1.Pkcs
 {
-	public class KeyDerivationFunc
+    // TODO[api] This is not supposed to be a separate type; remove and use AlgorithmIdentifier
+    public class KeyDerivationFunc
 		: AlgorithmIdentifier
 	{
 		internal KeyDerivationFunc(Asn1Sequence seq)