Remove unused variable.
authorRichard Levitte <levitte@openssl.org>
Thu, 3 Apr 2003 19:07:27 +0000 (19:07 +0000)
committerRichard Levitte <levitte@openssl.org>
Thu, 3 Apr 2003 19:07:27 +0000 (19:07 +0000)
apps/x509.c

index 64eb83dd6e2edfc01804fbde8b6b54e1cf380319..efb7b0d8b285093ace48503b0cec0f7437841d36 100644 (file)
@@ -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;