summary refs log tree commit diff
path: root/crypto/src/openssl/PEMWriter.cs
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/src/openssl/PEMWriter.cs')
-rw-r--r--crypto/src/openssl/PEMWriter.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/src/openssl/PEMWriter.cs b/crypto/src/openssl/PEMWriter.cs
index 58b6156d5..504ea9e4b 100644
--- a/crypto/src/openssl/PEMWriter.cs
+++ b/crypto/src/openssl/PEMWriter.cs
@@ -31,7 +31,7 @@ namespace Org.BouncyCastle.OpenSsl
                 if (e.InnerException is IOException inner)
                     throw inner;
 
-                throw e;
+                throw;
             }
 		}
 	}