diff options
author | deraadt <> | 2003-04-04 18:35:36 +0000 |
---|---|---|
committer | deraadt <> | 2003-04-04 18:35:36 +0000 |
commit | a1cf475bdecae65413bdbda454b0572fb9000ecb (patch) | |
tree | a9499a5253695f78b5a24926e904a776fdb30cb3 | |
parent | 4692eff0d0561807c5e064b06ced6191dc6fbbda (diff) | |
download | openbsd-a1cf475bdecae65413bdbda454b0572fb9000ecb.tar.gz openbsd-a1cf475bdecae65413bdbda454b0572fb9000ecb.tar.bz2 openbsd-a1cf475bdecae65413bdbda454b0572fb9000ecb.zip |
oops
-rw-r--r-- | src/lib/libssl/src/apps/x509.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/libssl/src/apps/x509.c b/src/lib/libssl/src/apps/x509.c index bc280d2c39..7681e7e8ba 100644 --- a/src/lib/libssl/src/apps/x509.c +++ b/src/lib/libssl/src/apps/x509.c | |||
@@ -1030,7 +1030,7 @@ static ASN1_INTEGER *load_serial(char *CAfile, char *serialfile, int create) | |||
1030 | 1030 | ||
1031 | len = ((serialfile == NULL) | 1031 | len = ((serialfile == NULL) |
1032 | ?(strlen(CAfile)+strlen(POSTFIX)+1) | 1032 | ?(strlen(CAfile)+strlen(POSTFIX)+1) |
1033 | :(strlen(serialfile)))+1); | 1033 | :(strlen(serialfile)))+1; |
1034 | buf=OPENSSL_malloc(len); | 1034 | buf=OPENSSL_malloc(len); |
1035 | if (buf == NULL) { BIO_printf(bio_err,"out of mem\n"); goto end; } | 1035 | if (buf == NULL) { BIO_printf(bio_err,"out of mem\n"); goto end; } |
1036 | if (serialfile == NULL) | 1036 | if (serialfile == NULL) |