From: Patrick Steuer Date: Fri, 19 Jul 2019 14:41:46 +0000 (+0200) Subject: Remove superfluous call to OPENSSL_cpuid_setup X-Git-Tag: openssl-3.0.0-alpha1~1740 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=29ce3458d8474870805dd1439cf857d19519bfb1;p=oweals%2Fopenssl.git Remove superfluous call to OPENSSL_cpuid_setup Signed-off-by: Patrick Steuer Reviewed-by: Kurt Roeckx Reviewed-by: Matt Caswell (Merged from https://github.com/openssl/openssl/pull/9417) --- diff --git a/crypto/engine/eng_all.c b/crypto/engine/eng_all.c index d06768a70f..e1f09acddf 100644 --- a/crypto/engine/eng_all.c +++ b/crypto/engine/eng_all.c @@ -12,9 +12,6 @@ void ENGINE_load_builtin_engines(void) { - /* Some ENGINEs need this */ - OPENSSL_cpuid_setup(); - OPENSSL_init_crypto(OPENSSL_INIT_ENGINE_ALL_BUILTIN, NULL); }