From: tb Date: Thu, 25 Jan 2024 12:22:31 +0000 (+0000) Subject: Ditch another noop from OPENSSL_cleanup() X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=c90dc486bc2dd89b578d2ba2c43e600344f8cee2;p=openbsd Ditch another noop from OPENSSL_cleanup() --- diff --git a/lib/libcrypto/crypto_init.c b/lib/libcrypto/crypto_init.c index ed92c410c68..56f4460e65f 100644 --- a/lib/libcrypto/crypto_init.c +++ b/lib/libcrypto/crypto_init.c @@ -1,4 +1,4 @@ -/* $OpenBSD: crypto_init.c,v 1.17 2024/01/13 17:04:29 tb Exp $ */ +/* $OpenBSD: crypto_init.c,v 1.18 2024/01/25 12:22:31 tb Exp $ */ /* * Copyright (c) 2018 Bob Beck * @@ -81,7 +81,6 @@ OPENSSL_cleanup(void) CRYPTO_cleanup_all_ex_data(); EVP_cleanup(); - X509V3_EXT_cleanup(); X509_VERIFY_PARAM_table_cleanup(); x509_issuer_cache_free();