summary refs log tree commit diff
path: root/crypto/src/asn1/ocsp/TBSRequest.cs
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/src/asn1/ocsp/TBSRequest.cs')
-rw-r--r--crypto/src/asn1/ocsp/TBSRequest.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/src/asn1/ocsp/TBSRequest.cs b/crypto/src/asn1/ocsp/TBSRequest.cs
index e041a9763..8f44464d1 100644
--- a/crypto/src/asn1/ocsp/TBSRequest.cs
+++ b/crypto/src/asn1/ocsp/TBSRequest.cs
@@ -21,7 +21,7 @@ namespace Org.BouncyCastle.Asn1.Ocsp
             return new TbsRequest(Asn1Sequence.GetInstance(obj, explicitly));
         }
 
-        private static readonly DerInteger V1 = new DerInteger(0);
+        private static readonly DerInteger V1 = DerInteger.Zero;
 
         private readonly DerInteger m_version;
         private readonly bool m_versionPresent;