Fix windows build problem

git-svn-id: svn://10.0.0.236/trunk@231769 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
rrelyea%redhat.com
2007-08-10 00:17:35 +00:00
parent 8bcbb74335
commit ecabd5b326

View File

@@ -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;