diff options
author | Peter Dettman <peter.dettman@gmail.com> | 2022-10-17 17:45:51 +0700 |
---|---|---|
committer | Peter Dettman <peter.dettman@gmail.com> | 2022-10-17 17:45:51 +0700 |
commit | 1a1a6a635dc952520d6b90f411554b7d44e32954 (patch) | |
tree | f067d3c849fc1e84b40a9364146fb7f231f19906 /crypto/src/pkix | |
parent | updated public key encoding to latest version of draft RFC (diff) | |
download | BouncyCastle.NET-ed25519-1a1a6a635dc952520d6b90f411554b7d44e32954.tar.xz |
System.Linq cleanup
Diffstat (limited to 'crypto/src/pkix')
-rw-r--r-- | crypto/src/pkix/PkixCertPath.cs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/crypto/src/pkix/PkixCertPath.cs b/crypto/src/pkix/PkixCertPath.cs index 54a3c8f6a..95280173a 100644 --- a/crypto/src/pkix/PkixCertPath.cs +++ b/crypto/src/pkix/PkixCertPath.cs @@ -1,7 +1,6 @@ using System; using System.Collections.Generic; using System.IO; -using System.Linq; using Org.BouncyCastle.Asn1; using Org.BouncyCastle.Asn1.X509; |