summary refs log tree commit diff
path: root/crypto
diff options
context:
space:
mode:
authorPeter Dettman <peter.dettman@bouncycastle.org>2014-08-20 20:43:11 +0700
committerPeter Dettman <peter.dettman@bouncycastle.org>2014-08-20 20:43:11 +0700
commitf885166aa06542aee6ec18d1d05e5e9abb062738 (patch)
tree1e3017fd1acb17843fb8d95698e6df7f0e44ea60 /crypto
parentBMA-125 Remove duplicate/wrong RIPEMD160/ECDSA entries (diff)
downloadBouncyCastle.NET-ed25519-f885166aa06542aee6ec18d1d05e5e9abb062738.tar.xz
Fix warning
Diffstat (limited to 'crypto')
-rw-r--r--crypto/src/asn1/pkcs/PrivateKeyInfo.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/src/asn1/pkcs/PrivateKeyInfo.cs b/crypto/src/asn1/pkcs/PrivateKeyInfo.cs
index a63595d54..404277ba6 100644
--- a/crypto/src/asn1/pkcs/PrivateKeyInfo.cs
+++ b/crypto/src/asn1/pkcs/PrivateKeyInfo.cs
@@ -91,7 +91,7 @@ namespace Org.BouncyCastle.Asn1.Pkcs
                 {
                     return ParsePrivateKey();
                 }
-                catch (IOException e)
+                catch (IOException)
                 {
                     throw new InvalidOperationException("unable to parse private key");
                 }