artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c984dda
)
Ditch another noop from OPENSSL_cleanup()
author
tb
<tb@openbsd.org>
Thu, 25 Jan 2024 12:22:31 +0000
(12:22 +0000)
committer
tb
<tb@openbsd.org>
Thu, 25 Jan 2024 12:22:31 +0000
(12:22 +0000)
lib/libcrypto/crypto_init.c
patch
|
blob
|
history
diff --git
a/lib/libcrypto/crypto_init.c
b/lib/libcrypto/crypto_init.c
index
ed92c41
..
56f4460
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
7 2024/01/13 17:04:29
tb Exp $ */
+/* $OpenBSD: crypto_init.c,v 1.1
8 2024/01/25 12:22:31
tb Exp $ */
/*
* Copyright (c) 2018 Bob Beck <beck@openbsd.org>
*
@@
-81,7
+81,6
@@
OPENSSL_cleanup(void)
CRYPTO_cleanup_all_ex_data();
EVP_cleanup();
- X509V3_EXT_cleanup();
X509_VERIFY_PARAM_table_cleanup();
x509_issuer_cache_free();