diff options
author | tb <> | 2024-01-07 19:59:32 +0000 |
---|---|---|
committer | tb <> | 2024-01-07 19:59:32 +0000 |
commit | e79940850bf23aec2064588c97c2897657f49170 (patch) | |
tree | ee8d2f6a4fda7c95b219f86528aaf5bf40596d2a | |
parent | ac853482043e76d9a588b2868c9dc50fc8337fe3 (diff) | |
download | openbsd-e79940850bf23aec2064588c97c2897657f49170.tar.gz openbsd-e79940850bf23aec2064588c97c2897657f49170.tar.bz2 openbsd-e79940850bf23aec2064588c97c2897657f49170.zip |
Garbage collect call to X509_TRUST_cleanup()
Since x509_trs.c r1.33, this is a noop.
-rw-r--r-- | src/lib/libcrypto/crypto_init.c | 3 |
1 files changed, 1 insertions, 2 deletions
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 @@ | |||
1 | /* $OpenBSD: crypto_init.c,v 1.14 2024/01/06 17:43:39 tb Exp $ */ | 1 | /* $OpenBSD: crypto_init.c,v 1.15 2024/01/07 19:59:32 tb Exp $ */ |
2 | /* | 2 | /* |
3 | * Copyright (c) 2018 Bob Beck <beck@openbsd.org> | 3 | * Copyright (c) 2018 Bob Beck <beck@openbsd.org> |
4 | * | 4 | * |
@@ -84,7 +84,6 @@ OPENSSL_cleanup(void) | |||
84 | EVP_cleanup(); | 84 | EVP_cleanup(); |
85 | 85 | ||
86 | X509V3_EXT_cleanup(); | 86 | X509V3_EXT_cleanup(); |
87 | X509_TRUST_cleanup(); | ||
88 | X509_VERIFY_PARAM_table_cleanup(); | 87 | X509_VERIFY_PARAM_table_cleanup(); |
89 | 88 | ||
90 | x509_issuer_cache_free(); | 89 | x509_issuer_cache_free(); |