summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwchang0222%aol.com <devnull@localhost>2003-12-23 21:24:01 +0000
committerwchang0222%aol.com <devnull@localhost>2003-12-23 21:24:01 +0000
commitec9f1af179718c8d9c038cb6d454c1b480b3c8a7 (patch)
treec9d819c787bac15a078597a9ee93c90911a291af
parent9ce86cbb69acb3cd70e360018de8ef3895016605 (diff)
downloadnss-hg-ec9f1af179718c8d9c038cb6d454c1b480b3c8a7.tar.gz
Removed unused variable 'rawSigLen'.
-rw-r--r--security/nss/lib/cryptohi/secvfy.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/security/nss/lib/cryptohi/secvfy.c b/security/nss/lib/cryptohi/secvfy.c
index f7e9f1114..efc65b8ec 100644
--- a/security/nss/lib/cryptohi/secvfy.c
+++ b/security/nss/lib/cryptohi/secvfy.c
@@ -360,7 +360,6 @@ VFY_EndWithSignature(VFYContext *cx, SECItem *sig)
unsigned part;
SECItem hash,dsasig; /* dsasig is also used for ECDSA */
SECStatus rv;
- int rawSigLen;
if ((cx->hasSignature == PR_FALSE) && (sig == NULL)) {
PORT_SetError(SEC_ERROR_INVALID_ARGS);