commit | 28143c66e138b843b41280c0b9763f28553dc355 | [log] [tgz] |
---|---|---|
author | Ulf Möller <ulf@openssl.org> | Tue Feb 20 00:43:03 2001 +0000 |
committer | Ulf Möller <ulf@openssl.org> | Tue Feb 20 00:43:03 2001 +0000 |
tree | 1c65becb9792f2da7931476257c1d858d270e4bf | |
parent | 335c4f0966eda1374cd6f7ed646b6c2adc998885 [diff] [blame] |
Fix warning.
diff --git a/apps/x509.c b/apps/x509.c index 3229a2c..2972b04 100644 --- a/apps/x509.c +++ b/apps/x509.c
@@ -1032,7 +1032,7 @@ MS_STATIC char buf2[1024]; ASN1_INTEGER *bs = NULL, bs2; BIO *io = NULL; - BIGNUM *serial; + BIGNUM *serial = NULL; buf=OPENSSL_malloc( ((serialfile == NULL) ?(strlen(CAfile)+strlen(POSTFIX)+1) :(strlen(serialfile)))+1);