summaryrefslogtreecommitdiffstats
path: root/crypto/engine
diff options
context:
space:
mode:
authorPatrick Steuer <patrick.steuer@de.ibm.com>2019-07-19 16:41:46 +0200
committerPatrick Steuer <patrick.steuer@de.ibm.com>2019-07-22 21:12:10 +0200
commit29ce3458d8474870805dd1439cf857d19519bfb1 (patch)
treeaf95a3d90e5f2c1278498461ea20bdb403c590da /crypto/engine
parenta38c878c2e5e05016bc9faa8d0828eb96efba1c2 (diff)
Remove superfluous call to OPENSSL_cpuid_setup
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)
Diffstat (limited to 'crypto/engine')
-rw-r--r--crypto/engine/eng_all.c3
1 files changed, 0 insertions, 3 deletions
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);
}