From 25346487f7f7049b72bbe74203ae33a6f6fc0638 Mon Sep 17 00:00:00 2001 From: tb Date: Sun, 7 Jan 2024 19:59:32 +0000 Subject: [PATCH] Garbage collect call to X509_TRUST_cleanup() Since x509_trs.c r1.33, this is a noop. --- 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 3715c7619da..440128fe4c0 100644 --- a/lib/libcrypto/crypto_init.c +++ b/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(); -- 2.20.1