aboutsummaryrefslogtreecommitdiff
path: root/openssl/crypto/engine/eng_rdrand.c
diff options
context:
space:
mode:
Diffstat (limited to 'openssl/crypto/engine/eng_rdrand.c')
-rw-r--r--openssl/crypto/engine/eng_rdrand.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/openssl/crypto/engine/eng_rdrand.c b/openssl/crypto/engine/eng_rdrand.c
index a9ba5ae6f..4e9e91d54 100644
--- a/openssl/crypto/engine/eng_rdrand.c
+++ b/openssl/crypto/engine/eng_rdrand.c
@@ -104,6 +104,7 @@ static int bind_helper(ENGINE *e)
{
if (!ENGINE_set_id(e, engine_e_rdrand_id) ||
!ENGINE_set_name(e, engine_e_rdrand_name) ||
+ !ENGINE_set_flags(e, ENGINE_FLAGS_NO_REGISTER_ALL) ||
!ENGINE_set_init_function(e, rdrand_init) ||
!ENGINE_set_RAND(e, &rdrand_meth) )
return 0;