diff options
author | Peter Dettman <peter.dettman@bouncycastle.org> | 2022-11-08 11:40:35 +0700 |
---|---|---|
committer | Peter Dettman <peter.dettman@bouncycastle.org> | 2022-11-08 11:40:35 +0700 |
commit | d25cabfeb6ba5e73396961724e457bb627086cbd (patch) | |
tree | 15143a6ab964f8d8df821dabf2b79ad72322873c /crypto/src/tls/Certificate.cs | |
parent | Make factory classes static (diff) | |
download | BouncyCastle.NET-ed25519-d25cabfeb6ba5e73396961724e457bb627086cbd.tar.xz |
Pqc cleanup
Diffstat (limited to 'crypto/src/tls/Certificate.cs')
-rw-r--r-- | crypto/src/tls/Certificate.cs | 2 |
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 |