summary refs log tree commit diff
path: root/crypto/src/asn1/x509/V2TBSCertListGenerator.cs
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/src/asn1/x509/V2TBSCertListGenerator.cs')
-rw-r--r--crypto/src/asn1/x509/V2TBSCertListGenerator.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/src/asn1/x509/V2TBSCertListGenerator.cs b/crypto/src/asn1/x509/V2TBSCertListGenerator.cs
index d744ed664..fb568f21c 100644
--- a/crypto/src/asn1/x509/V2TBSCertListGenerator.cs
+++ b/crypto/src/asn1/x509/V2TBSCertListGenerator.cs
@@ -29,7 +29,7 @@ namespace Org.BouncyCastle.Asn1.X509
      */
     public class V2TbsCertListGenerator
     {
-        private DerInteger			version = new DerInteger(1);
+        private DerInteger			version = DerInteger.One;
         private AlgorithmIdentifier	signature;
         private X509Name			issuer;
         private Time				thisUpdate, nextUpdate;