Removed unused variable 'rawSigLen'.

This commit is contained in:
wchang0222%aol.com 2003-12-23 21:24:01 +00:00
Родитель 11c67b98af
Коммит 34519e6ab3
1 изменённых файлов: 1 добавлений и 2 удалений

Просмотреть файл

@ -36,7 +36,7 @@
* may use your version of this file under either the MPL or the
* GPL.
*
* $Id: secvfy.c,v 1.9 2003/10/17 13:45:33 ian.mcgreer%sun.com Exp $
* $Id: secvfy.c,v 1.10 2003/12/23 21:24:01 wchang0222%aol.com Exp $
*/
#include <stdio.h>
@ -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);