summary refs log tree commit diff
path: root/crypto/src
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/src')
-rw-r--r--crypto/src/crmf/PKMacBuilder.cs3
1 files changed, 1 insertions, 2 deletions
diff --git a/crypto/src/crmf/PKMacBuilder.cs b/crypto/src/crmf/PKMacBuilder.cs
index 6741177da..b74eb6d18 100644
--- a/crypto/src/crmf/PKMacBuilder.cs
+++ b/crypto/src/crmf/PKMacBuilder.cs
@@ -93,8 +93,7 @@ namespace Org.BouncyCastle.Crmf
         private SecureRandom random;
         private PbmParameter parameters;
         private int iterationCount;
-        private int saltLength;
-        private byte[] salt;
+        private int saltLength = 20;
         private int maxIterations;
 
         /// <summary>