aboutsummaryrefslogtreecommitdiff
path: root/crypto/openssl/crypto/evp/c_all.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/openssl/crypto/evp/c_all.c')
-rw-r--r--crypto/openssl/crypto/evp/c_all.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/crypto/openssl/crypto/evp/c_all.c b/crypto/openssl/crypto/evp/c_all.c
index fa60a73ead13..a5da52e62d8b 100644
--- a/crypto/openssl/crypto/evp/c_all.c
+++ b/crypto/openssl/crypto/evp/c_all.c
@@ -74,6 +74,12 @@ 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...
+ */
+ OPENSSL_cpuid_setup();
OpenSSL_add_all_ciphers();
OpenSSL_add_all_digests();
#ifndef OPENSSL_NO_ENGINE