From c90dc486bc2dd89b578d2ba2c43e600344f8cee2 Mon Sep 17 00:00:00 2001 From: tb Date: Thu, 25 Jan 2024 12:22:31 +0000 Subject: [PATCH] Ditch another noop from OPENSSL_cleanup() --- lib/libcrypto/crypto_init.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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(); -- 2.20.1