projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a38c878
)
Remove superfluous call to OPENSSL_cpuid_setup
author
Patrick Steuer
<patrick.steuer@de.ibm.com>
Fri, 19 Jul 2019 14:41:46 +0000
(16:41 +0200)
committer
Patrick 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
patch
|
blob
|
history
diff --git
a/crypto/engine/eng_all.c
b/crypto/engine/eng_all.c
index d06768a70f577dde3c1729585bf312c0b4abace7..e1f09acddfb60b6fa17ec55c55d30d6b9adfbb7b 100644
(file)
--- 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);
}