diff options
Diffstat (limited to '')
-rw-r--r-- | src/usr.bin/openssl/x509.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/usr.bin/openssl/x509.c b/src/usr.bin/openssl/x509.c index f43b015684..8d3dc07090 100644 --- a/src/usr.bin/openssl/x509.c +++ b/src/usr.bin/openssl/x509.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: x509.c,v 1.14 2017/01/20 08:57:12 deraadt Exp $ */ | 1 | /* $OpenBSD: x509.c,v 1.15 2018/02/07 04:57:06 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 | * |
@@ -916,8 +916,7 @@ end: | |||
916 | X509_free(xca); | 916 | X509_free(xca); |
917 | EVP_PKEY_free(Upkey); | 917 | EVP_PKEY_free(Upkey); |
918 | EVP_PKEY_free(CApkey); | 918 | EVP_PKEY_free(CApkey); |
919 | if (sigopts) | 919 | sk_OPENSSL_STRING_free(sigopts); |
920 | sk_OPENSSL_STRING_free(sigopts); | ||
921 | X509_REQ_free(rq); | 920 | X509_REQ_free(rq); |
922 | ASN1_INTEGER_free(sno); | 921 | ASN1_INTEGER_free(sno); |
923 | sk_ASN1_OBJECT_pop_free(trust, ASN1_OBJECT_free); | 922 | sk_ASN1_OBJECT_pop_free(trust, ASN1_OBJECT_free); |