Garbage collect call to X509_TRUST_cleanup()
authortb <tb@openbsd.org>
Sun, 7 Jan 2024 19:59:32 +0000 (19:59 +0000)
committertb <tb@openbsd.org>
Sun, 7 Jan 2024 19:59:32 +0000 (19:59 +0000)
Since x509_trs.c r1.33, this is a noop.

lib/libcrypto/crypto_init.c

index 3715c76..440128f 100644 (file)
@@ -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 <beck@openbsd.org>
  *
@@ -84,7 +84,6 @@ OPENSSL_cleanup(void)
        EVP_cleanup();
 
        X509V3_EXT_cleanup();
-       X509_TRUST_cleanup();
        X509_VERIFY_PARAM_table_cleanup();
 
        x509_issuer_cache_free();