summary refs log tree commit diff
path: root/crypto/src/tls/Certificate.cs
diff options
context:
space:
mode:
authorPeter Dettman <peter.dettman@bouncycastle.org>2022-11-08 11:40:35 +0700
committerPeter Dettman <peter.dettman@bouncycastle.org>2022-11-08 11:40:35 +0700
commitd25cabfeb6ba5e73396961724e457bb627086cbd (patch)
tree15143a6ab964f8d8df821dabf2b79ad72322873c /crypto/src/tls/Certificate.cs
parentMake factory classes static (diff)
downloadBouncyCastle.NET-ed25519-d25cabfeb6ba5e73396961724e457bb627086cbd.tar.xz
Pqc cleanup
Diffstat (limited to '')
-rw-r--r--crypto/src/tls/Certificate.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/src/tls/Certificate.cs b/crypto/src/tls/Certificate.cs
index 30b14368b..6cf9f5350 100644
--- a/crypto/src/tls/Certificate.cs
+++ b/crypto/src/tls/Certificate.cs
@@ -1,7 +1,7 @@
 using System;
 using System.Collections.Generic;
 using System.IO;
-using Org.BouncyCastle.Pqc.Crypto.Lms;
+
 using Org.BouncyCastle.Tls.Crypto;
 
 namespace Org.BouncyCastle.Tls