diff options
Diffstat (limited to 'crypto/src/crmf')
-rw-r--r-- | crypto/src/crmf/IControl.cs | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/crypto/src/crmf/IControl.cs b/crypto/src/crmf/IControl.cs index 8f986168c..bf29fafdd 100644 --- a/crypto/src/crmf/IControl.cs +++ b/crypto/src/crmf/IControl.cs @@ -1,8 +1,10 @@ using System; +using Org.BouncyCastle.Asn1; +using Org.BouncyCastle.Asn1.Crmf; using Org.BouncyCastle.Utilities; -namespace Org.BouncyCastle.Asn1.Crmf +namespace Org.BouncyCastle.Crmf { public interface IControl |