From ecabd5b326dd9d2ad208bc13cb0db7e1ccf6ec7a Mon Sep 17 00:00:00 2001 From: "rrelyea%redhat.com" Date: Fri, 10 Aug 2007 00:17:35 +0000 Subject: [PATCH] Fix windows build problem git-svn-id: svn://10.0.0.236/trunk@231769 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/security/nss/lib/softoken/lowpbe.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mozilla/security/nss/lib/softoken/lowpbe.c b/mozilla/security/nss/lib/softoken/lowpbe.c index 77883415662..ced773d5228 100644 --- a/mozilla/security/nss/lib/softoken/lowpbe.c +++ b/mozilla/security/nss/lib/softoken/lowpbe.c @@ -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;