diff options
Diffstat (limited to 'src/lib/libcrypto/evp/c_all.c')
-rw-r--r-- | src/lib/libcrypto/evp/c_all.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/lib/libcrypto/evp/c_all.c b/src/lib/libcrypto/evp/c_all.c index a5da52e62d..fa60a73ead 100644 --- a/src/lib/libcrypto/evp/c_all.c +++ b/src/lib/libcrypto/evp/c_all.c | |||
@@ -74,12 +74,6 @@ void OpenSSL_add_all_algorithms(void) | |||
74 | 74 | ||
75 | void OPENSSL_add_all_algorithms_noconf(void) | 75 | void OPENSSL_add_all_algorithms_noconf(void) |
76 | { | 76 | { |
77 | /* | ||
78 | * For the moment OPENSSL_cpuid_setup does something | ||
79 | * only on IA-32, but we reserve the option for all | ||
80 | * platforms... | ||
81 | */ | ||
82 | OPENSSL_cpuid_setup(); | ||
83 | OpenSSL_add_all_ciphers(); | 77 | OpenSSL_add_all_ciphers(); |
84 | OpenSSL_add_all_digests(); | 78 | OpenSSL_add_all_digests(); |
85 | #ifndef OPENSSL_NO_ENGINE | 79 | #ifndef OPENSSL_NO_ENGINE |