From 0998cfaadde11b2c2c6ceaa4bedcd11bfb95bf6b Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Thu, 3 Apr 2003 19:07:27 +0000 Subject: [PATCH] Remove unused variable. --- apps/x509.c | 1 - 1 file changed, 1 deletion(-) 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; -- 2.34.1