diff options
author | Peter Dettman <peter.dettman@bouncycastle.org> | 2023-02-02 19:22:45 +0700 |
---|---|---|
committer | Peter Dettman <peter.dettman@bouncycastle.org> | 2023-02-02 19:22:45 +0700 |
commit | ae8d09df6e2fa33a138a200949a75b3c8750cc0f (patch) | |
tree | d7675a6c9e54b31688e00ceb0973b35f15b8eda5 /crypto/src/openpgp | |
parent | Support null 'otherInfo' (diff) | |
download | BouncyCastle.NET-ed25519-ae8d09df6e2fa33a138a200949a75b3c8750cc0f.tar.xz |
Misc. cleanup after bc-fips-csharp updates
Diffstat (limited to 'crypto/src/openpgp')
-rw-r--r-- | crypto/src/openpgp/PgpPublicKey.cs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/crypto/src/openpgp/PgpPublicKey.cs b/crypto/src/openpgp/PgpPublicKey.cs index 400cda071..6fa7cfae8 100644 --- a/crypto/src/openpgp/PgpPublicKey.cs +++ b/crypto/src/openpgp/PgpPublicKey.cs @@ -2,7 +2,6 @@ using System; using System.Collections.Generic; using System.IO; -using Org.BouncyCastle.Asn1; using Org.BouncyCastle.Asn1.Cryptlib; using Org.BouncyCastle.Asn1.EdEC; using Org.BouncyCastle.Asn1.Gnu; |