diff options
author | Richard Levitte <levitte@openssl.org> | 2003-04-03 21:07:27 +0200 |
---|---|---|
committer | Richard Levitte <levitte@openssl.org> | 2003-04-03 21:07:27 +0200 |
commit | 0998cfaadde11b2c2c6ceaa4bedcd11bfb95bf6b (patch) | |
tree | 017703fc64ba4d37da334a78671330b2f202d11e /apps | |
parent | Reset the version number of the issuer certificate? I believe this (diff) | |
download | openssl-0998cfaadde11b2c2c6ceaa4bedcd11bfb95bf6b.tar.xz openssl-0998cfaadde11b2c2c6ceaa4bedcd11bfb95bf6b.zip |
Remove unused variable.
Diffstat (limited to 'apps')
-rw-r--r-- | apps/x509.c | 1 |
1 files changed, 0 insertions, 1 deletions
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; |