aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/evp/c_all.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/evp/c_all.c')
-rw-r--r--crypto/evp/c_all.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/crypto/evp/c_all.c b/crypto/evp/c_all.c
index fa60a73ead..c6a3315e64 100644
--- a/crypto/evp/c_all.c
+++ b/crypto/evp/c_all.c
@@ -74,6 +74,13 @@ void OpenSSL_add_all_algorithms(void)
void OPENSSL_add_all_algorithms_noconf(void)
{
+ /*
+ * For the moment OPENSSL_cpuid_setup does something
+ * only on IA-32, but we reserve the option for all
+ * platforms...
+ */
+ void OPENSSL_cpuid_setup();
+ OPENSSL_cpuid_setup();
OpenSSL_add_all_ciphers();
OpenSSL_add_all_digests();
#ifndef OPENSSL_NO_ENGINE