diff options
Diffstat (limited to 'crypto/src/x509/X509CrlParser.cs')
-rw-r--r-- | crypto/src/x509/X509CrlParser.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/crypto/src/x509/X509CrlParser.cs b/crypto/src/x509/X509CrlParser.cs index 53a02393b..040943104 100644 --- a/crypto/src/x509/X509CrlParser.cs +++ b/crypto/src/x509/X509CrlParser.cs @@ -138,9 +138,9 @@ namespace Org.BouncyCastle.X509 return ReadDerCrl(asn1); } } - catch (CrlException e) + catch (CrlException) { - throw e; + throw; } catch (Exception e) { |