summary refs log tree commit diff
diff options
context:
space:
mode:
authorDavid Hook <dgh@bouncycastle.org>2019-01-14 18:12:38 +1100
committerDavid Hook <dgh@bouncycastle.org>2019-01-14 18:12:38 +1100
commited9339d61d5241df5bcf7a99cec3ea25e1dbf427 (patch)
treef8a74e6ffe3cb96a4103b2003878d11ea0423a93
parentpackaging fix (diff)
downloadBouncyCastle.NET-ed25519-ed9339d61d5241df5bcf7a99cec3ea25e1dbf427.tar.xz
update
-rw-r--r--crypto/src/crmf/IControl.cs4
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