summary refs log tree commit diff
path: root/crypto/src/asn1/icao/CscaMasterList.cs
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/src/asn1/icao/CscaMasterList.cs')
-rw-r--r--crypto/src/asn1/icao/CscaMasterList.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/src/asn1/icao/CscaMasterList.cs b/crypto/src/asn1/icao/CscaMasterList.cs
index 4c6ea827c..a54432f8f 100644
--- a/crypto/src/asn1/icao/CscaMasterList.cs
+++ b/crypto/src/asn1/icao/CscaMasterList.cs
@@ -48,7 +48,7 @@ namespace Org.BouncyCastle.Asn1.Icao
 
 		public CscaMasterList(X509CertificateStructure[] certStructs)
 		{
-			m_version = new DerInteger(0);
+			m_version = DerInteger.Zero;
 			m_certList = CopyCertList(certStructs);
 		}