diff options
author | Peter Dettman <peter.dettman@bouncycastle.org> | 2022-07-17 23:22:01 +0700 |
---|---|---|
committer | Peter Dettman <peter.dettman@bouncycastle.org> | 2022-07-17 23:22:01 +0700 |
commit | 8271429aadb815393c7ae379aaa0f5eba2f91652 (patch) | |
tree | 5961e2e473099088570ae78bc5aaa72d6b3df1eb /crypto/src/x509/extension/X509ExtensionUtil.cs | |
parent | Utility method for selecting AES engine (diff) | |
download | BouncyCastle.NET-ed25519-8271429aadb815393c7ae379aaa0f5eba2f91652.tar.xz |
Fix warnings
Diffstat (limited to 'crypto/src/x509/extension/X509ExtensionUtil.cs')
-rw-r--r-- | crypto/src/x509/extension/X509ExtensionUtil.cs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/crypto/src/x509/extension/X509ExtensionUtil.cs b/crypto/src/x509/extension/X509ExtensionUtil.cs index e1f925b08..4d49dccd7 100644 --- a/crypto/src/x509/extension/X509ExtensionUtil.cs +++ b/crypto/src/x509/extension/X509ExtensionUtil.cs @@ -1,3 +1,5 @@ +using System; + using Org.BouncyCastle.Asn1; namespace Org.BouncyCastle.X509.Extension |