summary refs log tree commit diff
path: root/crypto/src/asn1/pkcs/CertificationRequestInfo.cs
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/src/asn1/pkcs/CertificationRequestInfo.cs')
-rw-r--r--crypto/src/asn1/pkcs/CertificationRequestInfo.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/src/asn1/pkcs/CertificationRequestInfo.cs b/crypto/src/asn1/pkcs/CertificationRequestInfo.cs
index 795757533..196d9f4e5 100644
--- a/crypto/src/asn1/pkcs/CertificationRequestInfo.cs
+++ b/crypto/src/asn1/pkcs/CertificationRequestInfo.cs
@@ -25,7 +25,7 @@ namespace Org.BouncyCastle.Asn1.Pkcs
     public class CertificationRequestInfo
         : Asn1Encodable
     {
-        internal DerInteger				version = new DerInteger(0);
+        internal DerInteger				version = DerInteger.Zero;
         internal X509Name				subject;
         internal SubjectPublicKeyInfo	subjectPKInfo;
         internal Asn1Set				attributes;