| Index: nss/lib/softoken/lowpbe.h
|
| diff --git a/nss/lib/softoken/lowpbe.h b/nss/lib/softoken/lowpbe.h
|
| index 00c1007f552af552ce7e254b4a09789fa519fb9a..3bf04f4392f45829c1d510a5e5bb08422c5377d4 100644
|
| --- a/nss/lib/softoken/lowpbe.h
|
| +++ b/nss/lib/softoken/lowpbe.h
|
| @@ -77,7 +77,8 @@ nsspkcs5_AlgidToParam(SECAlgorithmID *algid);
|
| * keyDB which only support PKCS 5 v1, PFX, and PKCS 12.
|
| */
|
| NSSPKCS5PBEParameter *
|
| -nsspkcs5_NewParam(SECOidTag alg, SECItem *salt, int iterator);
|
| +nsspkcs5_NewParam(SECOidTag alg, HASH_HashType hashType, SECItem *salt,
|
| + int iterationCount);
|
|
|
|
|
| /* Encrypt/Decrypt data using password based encryption.
|
|
|