aboutsummaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
Diffstat (limited to 'apps')
-rw-r--r--apps/x509.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/x509.c b/apps/x509.c
index 64eb83d..efb7b0d 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;