summary refs log tree commit diff
path: root/crypto/src/openssl/MiscPemGenerator.cs
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/src/openssl/MiscPemGenerator.cs')
-rw-r--r--crypto/src/openssl/MiscPemGenerator.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/src/openssl/MiscPemGenerator.cs b/crypto/src/openssl/MiscPemGenerator.cs
index 75d1e65b3..9ba7d5fd7 100644
--- a/crypto/src/openssl/MiscPemGenerator.cs
+++ b/crypto/src/openssl/MiscPemGenerator.cs
@@ -304,7 +304,7 @@ namespace Org.BouncyCastle.OpenSsl
                 BigInteger y = p.G.ModPow(x, p.P);
 
                 var sequence = new DerSequence(
-                    new DerInteger(0),
+                    DerInteger.Zero,
                     new DerInteger(p.P),
                     new DerInteger(p.Q),
                     new DerInteger(p.G),