summary refs log tree commit diff
path: root/crypto/src/asn1/cms/KemRecipientInfo.cs
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/src/asn1/cms/KemRecipientInfo.cs')
-rw-r--r--crypto/src/asn1/cms/KemRecipientInfo.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/src/asn1/cms/KemRecipientInfo.cs b/crypto/src/asn1/cms/KemRecipientInfo.cs
index c7251fbb1..4f771784a 100644
--- a/crypto/src/asn1/cms/KemRecipientInfo.cs
+++ b/crypto/src/asn1/cms/KemRecipientInfo.cs
@@ -33,7 +33,7 @@ namespace Org.BouncyCastle.Asn1.Cms
             return new KemRecipientInfo(Asn1Sequence.GetInstance(taggedObject, declaredExplicit));
         }
 
-        private static readonly DerInteger V1 = new DerInteger(0);
+        private static readonly DerInteger V1 = DerInteger.Zero;
 
         private readonly DerInteger m_cmsVersion;
         private readonly RecipientIdentifier m_rid;