Remove superfluous call to OPENSSL_cpuid_setup
authorPatrick Steuer <patrick.steuer@de.ibm.com>
Fri, 19 Jul 2019 14:41:46 +0000 (16:41 +0200)
committerPatrick Steuer <patrick.steuer@de.ibm.com>
Mon, 22 Jul 2019 19:12:10 +0000 (21:12 +0200)
Signed-off-by: Patrick Steuer <patrick.steuer@de.ibm.com>
Reviewed-by: Kurt Roeckx <kurt@roeckx.be>
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/9417)

crypto/engine/eng_all.c

index d06768a70f577dde3c1729585bf312c0b4abace7..e1f09acddfb60b6fa17ec55c55d30d6b9adfbb7b 100644 (file)
@@ -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);
 }