Remove calls to OpenSSL_add_all_{ciphers,digests}()
authortb <tb@openbsd.org>
Sat, 13 Jan 2024 17:04:29 +0000 (17:04 +0000)
committertb <tb@openbsd.org>
Sat, 13 Jan 2024 17:04:29 +0000 (17:04 +0000)
lib/libcrypto/crypto_init.c

index d598318..ed92c41 100644 (file)
@@ -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 <beck@openbsd.org>
  *
@@ -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