summaryrefslogtreecommitdiffstats
path: root/test/danetest.c
diff options
context:
space:
mode:
authorDr. David von Oheimb <dev@ddvo.net>2021-02-05 21:52:01 +0100
committerDr. David von Oheimb <dev@ddvo.net>2021-02-11 21:34:27 +0100
commitc926a5ecb7a855c2ca1716e4c408410d2b2adccd (patch)
tree8dec479af59e8bdc9892ba60635375d70365a360 /test/danetest.c
parentf1923a2147cdbfbc67ab54dfc15d2c6c4611ea9c (diff)
X509_STORE_CTX_cleanup(): Use internally so no need to call explicitly
Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/14088)
Diffstat (limited to 'test/danetest.c')
-rw-r--r--test/danetest.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/danetest.c b/test/danetest.c
index 25fd16a411..49bcfb2570 100644
--- a/test/danetest.c
+++ b/test/danetest.c
@@ -82,7 +82,6 @@ static int verify_chain(SSL *ssl, STACK_OF(X509) *chain)
ret = 0;
SSL_set_verify_result(ssl, X509_STORE_CTX_get_error(store_ctx));
- X509_STORE_CTX_cleanup(store_ctx);
end:
X509_STORE_CTX_free(store_ctx);