Fix windows build problem
git-svn-id: svn://10.0.0.236/trunk@231769 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -405,7 +405,7 @@ nsspkcs5_PBKDF2(const SECHashObject *hashobj, NSSPKCS5PBEParameter *pbe_param,
|
||||
unsigned int i;
|
||||
unsigned char *rp;
|
||||
unsigned char *T = NULL;
|
||||
SECItem *result = NULL;;
|
||||
SECItem *result = NULL;
|
||||
SECItem *salt = &pbe_param->salt;
|
||||
SECStatus rv = SECFailure;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user