From e79940850bf23aec2064588c97c2897657f49170 Mon Sep 17 00:00:00 2001 From: tb <> Date: Sun, 7 Jan 2024 19:59:32 +0000 Subject: Garbage collect call to X509_TRUST_cleanup() Since x509_trs.c r1.33, this is a noop. --- src/lib/libcrypto/crypto_init.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/lib/libcrypto') diff --git a/src/lib/libcrypto/crypto_init.c b/src/lib/libcrypto/crypto_init.c index 3715c7619d..440128fe4c 100644 --- a/src/lib/libcrypto/crypto_init.c +++ b/src/lib/libcrypto/crypto_init.c @@ -1,4 +1,4 @@ -/* $OpenBSD: crypto_init.c,v 1.14 2024/01/06 17:43:39 tb Exp $ */ +/* $OpenBSD: crypto_init.c,v 1.15 2024/01/07 19:59:32 tb Exp $ */ /* * Copyright (c) 2018 Bob Beck * @@ -84,7 +84,6 @@ OPENSSL_cleanup(void) EVP_cleanup(); X509V3_EXT_cleanup(); - X509_TRUST_cleanup(); X509_VERIFY_PARAM_table_cleanup(); x509_issuer_cache_free(); -- cgit v1.2.3-55-g6feb