summary refs log tree commit diff
path: root/crypto/src/x509
diff options
context:
space:
mode:
authorPeter Dettman <peter.dettman@bouncycastle.org>2022-07-17 23:22:01 +0700
committerPeter Dettman <peter.dettman@bouncycastle.org>2022-07-17 23:22:01 +0700
commit8271429aadb815393c7ae379aaa0f5eba2f91652 (patch)
tree5961e2e473099088570ae78bc5aaa72d6b3df1eb /crypto/src/x509
parentUtility method for selecting AES engine (diff)
downloadBouncyCastle.NET-ed25519-8271429aadb815393c7ae379aaa0f5eba2f91652.tar.xz
Fix warnings
Diffstat (limited to 'crypto/src/x509')
-rw-r--r--crypto/src/x509/extension/X509ExtensionUtil.cs2
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