Skip to content

Commit ed9339d

Browse files
committed
update
1 parent a723aca commit ed9339d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

crypto/src/crmf/IControl.cs

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
using System;
22

3+
using Org.BouncyCastle.Asn1;
4+
using Org.BouncyCastle.Asn1.Crmf;
35
using Org.BouncyCastle.Utilities;
46

5-
namespace Org.BouncyCastle.Asn1.Crmf
7+
namespace Org.BouncyCastle.Crmf
68
{
79

810
public interface IControl

0 commit comments

Comments
 (0)