summary refs log tree commit diff
path: root/crypto/src/pkix
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/src/pkix')
-rw-r--r--crypto/src/pkix/PkixCertPath.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/src/pkix/PkixCertPath.cs b/crypto/src/pkix/PkixCertPath.cs
index 4aec08f09..88c7bf24b 100644
--- a/crypto/src/pkix/PkixCertPath.cs
+++ b/crypto/src/pkix/PkixCertPath.cs
@@ -335,7 +335,7 @@ namespace Org.BouncyCastle.Pkix
                 }
 
                 SignedData sd = new SignedData(
-					new DerInteger(1),
+					DerInteger.One,
 					new DerSet(),
 					encInfo,
                     DerSet.FromVector(v),