From: Richard Levitte Date: Thu, 3 Apr 2003 19:07:27 +0000 (+0000) Subject: Remove unused variable. X-Git-Tag: BEN_FIPS_TEST_1~38^2~173 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=0998cfaadde11b2c2c6ceaa4bedcd11bfb95bf6b;p=oweals%2Fopenssl.git Remove unused variable. --- diff --git a/apps/x509.c b/apps/x509.c index 64eb83dd6e..efb7b0d8b2 100644 --- a/apps/x509.c +++ b/apps/x509.c @@ -1037,7 +1037,6 @@ end: static ASN1_INTEGER *x509_load_serial(char *CAfile, char *serialfile, int create) { char *buf = NULL, *p; - MS_STATIC char buf2[1024]; ASN1_INTEGER *bs = NULL; BIGNUM *serial = NULL;