diff options
Diffstat (limited to 'crypto/src/asn1/ocsp/ResponseData.cs')
-rw-r--r-- | crypto/src/asn1/ocsp/ResponseData.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/src/asn1/ocsp/ResponseData.cs b/crypto/src/asn1/ocsp/ResponseData.cs index 08b80d673..81ea2d0d3 100644 --- a/crypto/src/asn1/ocsp/ResponseData.cs +++ b/crypto/src/asn1/ocsp/ResponseData.cs @@ -21,7 +21,7 @@ namespace Org.BouncyCastle.Asn1.Ocsp return new ResponseData(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; |