diff options
Diffstat (limited to 'src/lib/libcrypto/crypto_init.c')
| -rw-r--r-- | src/lib/libcrypto/crypto_init.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libcrypto/crypto_init.c b/src/lib/libcrypto/crypto_init.c index ae4914e358..5b7ce3d4fa 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.26 2025/06/11 07:41:12 tb Exp $ */ | 1 | /* $OpenBSD: crypto_init.c,v 1.27 2026/08/30 12:19:37 kenjiro Exp $ */ |
| 2 | /* | 2 | /* |
| 3 | * Copyright (c) 2018 Bob Beck <beck@openbsd.org> | 3 | * Copyright (c) 2018 Bob Beck <beck@openbsd.org> |
| 4 | * | 4 | * |
| @@ -107,7 +107,7 @@ OPENSSL_cleanup(void) | |||
| 107 | /* This currently calls init... */ | 107 | /* This currently calls init... */ |
| 108 | ERR_free_strings(); | 108 | ERR_free_strings(); |
| 109 | 109 | ||
| 110 | CRYPTO_cleanup_all_ex_data(); | 110 | crypto_ex_data_cleanup(); |
| 111 | EVP_cleanup(); | 111 | EVP_cleanup(); |
| 112 | 112 | ||
| 113 | X509_VERIFY_PARAM_table_cleanup(); | 113 | X509_VERIFY_PARAM_table_cleanup(); |
