summaryrefslogtreecommitdiff
path: root/src/lib
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/libcrypto/evp/c_all.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/lib/libcrypto/evp/c_all.c b/src/lib/libcrypto/evp/c_all.c
index 10e35dd7ab..871abe6e9a 100644
--- a/src/lib/libcrypto/evp/c_all.c
+++ b/src/lib/libcrypto/evp/c_all.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: c_all.c,v 1.31 2023/07/07 19:37:53 beck Exp $ */ 1/* $OpenBSD: c_all.c,v 1.32 2023/07/24 10:24:58 jsing Exp $ */
2/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) 2/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
3 * All rights reserved. 3 * All rights reserved.
4 * 4 *
@@ -317,7 +317,6 @@ OpenSSL_add_all_digests(void)
317void 317void
318OPENSSL_add_all_algorithms_noconf(void) 318OPENSSL_add_all_algorithms_noconf(void)
319{ 319{
320 OPENSSL_cpuid_setup();
321 OpenSSL_add_all_ciphers(); 320 OpenSSL_add_all_ciphers();
322 OpenSSL_add_all_digests(); 321 OpenSSL_add_all_digests();
323} 322}