diff options
Diffstat (limited to 'src')
| -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 ed92c410c6..56f4460e65 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.17 2024/01/13 17:04:29 tb Exp $ */ | 1 | /* $OpenBSD: crypto_init.c,v 1.18 2024/01/25 12:22:31 tb Exp $ */ |
| 2 | /* | 2 | /* |
| 3 | * Copyright (c) 2018 Bob Beck <beck@openbsd.org> | 3 | * Copyright (c) 2018 Bob Beck <beck@openbsd.org> |
| 4 | * | 4 | * |
| @@ -81,7 +81,6 @@ OPENSSL_cleanup(void) | |||
| 81 | CRYPTO_cleanup_all_ex_data(); | 81 | CRYPTO_cleanup_all_ex_data(); |
| 82 | EVP_cleanup(); | 82 | EVP_cleanup(); |
| 83 | 83 | ||
| 84 | X509V3_EXT_cleanup(); | ||
| 85 | X509_VERIFY_PARAM_table_cleanup(); | 84 | X509_VERIFY_PARAM_table_cleanup(); |
| 86 | 85 | ||
| 87 | x509_issuer_cache_free(); | 86 | x509_issuer_cache_free(); |
