aboutsummaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2003-04-03 19:07:27 +0000
committerRichard Levitte <levitte@openssl.org>2003-04-03 19:07:27 +0000
commit0998cfaadde11b2c2c6ceaa4bedcd11bfb95bf6b (patch)
tree017703fc64ba4d37da334a78671330b2f202d11e /apps
parentc4448f60d67f594ca2016a6a4f6277eda67b8f55 (diff)
downloadopenssl-0998cfaadde11b2c2c6ceaa4bedcd11bfb95bf6b.zip
openssl-0998cfaadde11b2c2c6ceaa4bedcd11bfb95bf6b.tar.gz
openssl-0998cfaadde11b2c2c6ceaa4bedcd11bfb95bf6b.tar.bz2
Remove unused variable.
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;