Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Removed unused variable 'rawSigLen'.
  • Loading branch information
wchang0222%aol.com committed Dec 23, 2003
1 parent a1e8e52 commit 10771f6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion security/nss/lib/cryptohi/secvfy.c
Expand Up @@ -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);
Expand Down

0 comments on commit 10771f6

Please sign in to comment.