From: tb Date: Sat, 13 Jan 2024 17:04:29 +0000 (+0000) Subject: Remove calls to OpenSSL_add_all_{ciphers,digests}() X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=f7ac25521a8f351fff490e9ef01aac3a256a0555;p=openbsd Remove calls to OpenSSL_add_all_{ciphers,digests}() --- diff --git a/lib/libcrypto/crypto_init.c b/lib/libcrypto/crypto_init.c index d598318503c..ed92c410c68 100644 --- a/lib/libcrypto/crypto_init.c +++ b/lib/libcrypto/crypto_init.c @@ -1,4 +1,4 @@ -/* $OpenBSD: crypto_init.c,v 1.16 2024/01/13 11:18:52 tb Exp $ */ +/* $OpenBSD: crypto_init.c,v 1.17 2024/01/13 17:04:29 tb Exp $ */ /* * Copyright (c) 2018 Bob Beck * @@ -44,8 +44,6 @@ OPENSSL_init_crypto_internal(void) OPENSSL_cpuid_setup(); ERR_load_crypto_strings(); - OpenSSL_add_all_ciphers(); - OpenSSL_add_all_digests(); } int