artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2e686a7
)
Garbage collect call to X509_TRUST_cleanup()
author
tb
<tb@openbsd.org>
Sun, 7 Jan 2024 19:59:32 +0000
(19:59 +0000)
committer
tb
<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
patch
|
blob
|
history
diff --git
a/lib/libcrypto/crypto_init.c
b/lib/libcrypto/crypto_init.c
index
3715c76
..
440128f
100644
(file)
--- a/
lib/libcrypto/crypto_init.c
+++ b/
lib/libcrypto/crypto_init.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: crypto_init.c,v 1.1
4 2024/01/06 17:43:39
tb Exp $ */
+/* $OpenBSD: crypto_init.c,v 1.1
5 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();