diff options
Diffstat (limited to 'src/usr.bin/openssl/crl2p7.c')
| -rw-r--r-- | src/usr.bin/openssl/crl2p7.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/usr.bin/openssl/crl2p7.c b/src/usr.bin/openssl/crl2p7.c index 9fceee8098..a9c48a3da0 100644 --- a/src/usr.bin/openssl/crl2p7.c +++ b/src/usr.bin/openssl/crl2p7.c | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | /* $OpenBSD: crl2p7.c,v 1.7 2017/01/20 08:57:11 deraadt Exp $ */ | 1 | /* $OpenBSD: crl2p7.c,v 1.8 2018/02/07 05:47:55 jsing Exp $ */ |
| 2 | /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) | 2 | /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) |
| 3 | * All rights reserved. | 3 | * All rights reserved. |
| 4 | * | 4 | * |
| @@ -277,7 +277,7 @@ crl2pkcs7_main(int argc, char **argv) | |||
| 277 | } | 277 | } |
| 278 | ret = 0; | 278 | ret = 0; |
| 279 | 279 | ||
| 280 | end: | 280 | end: |
| 281 | if (in != NULL) | 281 | if (in != NULL) |
| 282 | BIO_free(in); | 282 | BIO_free(in); |
| 283 | if (out != NULL) | 283 | if (out != NULL) |
| @@ -323,7 +323,7 @@ add_certs_from_file(STACK_OF(X509) *stack, char *certfile) | |||
| 323 | 323 | ||
| 324 | ret = count; | 324 | ret = count; |
| 325 | 325 | ||
| 326 | end: | 326 | end: |
| 327 | /* never need to free x */ | 327 | /* never need to free x */ |
| 328 | if (in != NULL) | 328 | if (in != NULL) |
| 329 | BIO_free(in); | 329 | BIO_free(in); |
