summary refs log tree commit diff
path: root/crypto/src/x509/X509Utilities.cs
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/src/x509/X509Utilities.cs')
-rw-r--r--crypto/src/x509/X509Utilities.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/src/x509/X509Utilities.cs b/crypto/src/x509/X509Utilities.cs
index cee664370..6f01fc53d 100644
--- a/crypto/src/x509/X509Utilities.cs
+++ b/crypto/src/x509/X509Utilities.cs
@@ -201,7 +201,7 @@ namespace Org.BouncyCastle.X509
 				hashAlgId,
 				new AlgorithmIdentifier(PkcsObjectIdentifiers.IdMgf1, hashAlgId),
 				new DerInteger(saltSize),
-				new DerInteger(1));
+				DerInteger.One);
 		}
 
         internal static DerBitString CollectDerBitString(IBlockResult result)