Remove unused variable.

This commit is contained in:
Richard Levitte 2003-04-03 19:07:27 +00:00
parent c4448f60d6
commit 0998cfaadd

View File

@ -1037,7 +1037,6 @@ end:
static ASN1_INTEGER *x509_load_serial(char *CAfile, char *serialfile, int create) static ASN1_INTEGER *x509_load_serial(char *CAfile, char *serialfile, int create)
{ {
char *buf = NULL, *p; char *buf = NULL, *p;
MS_STATIC char buf2[1024];
ASN1_INTEGER *bs = NULL; ASN1_INTEGER *bs = NULL;
BIGNUM *serial = NULL; BIGNUM *serial = NULL;