summaryrefslogtreecommitdiffstats
path: root/crypto/engine
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/engine')
-rw-r--r--crypto/engine/engine_lib.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/crypto/engine/engine_lib.c b/crypto/engine/engine_lib.c
index 84efe96163..f82a20ad03 100644
--- a/crypto/engine/engine_lib.c
+++ b/crypto/engine/engine_lib.c
@@ -856,7 +856,8 @@ int ENGINE_clear_defaults(void)
#endif
!ENGINE_set_default_RAND(NULL) ||
!ENGINE_set_default_BN_mod_exp(NULL) ||
- !ENGINE_set_default_BN_mod_exp_crt(NULL))
+ !ENGINE_set_default_BN_mod_exp_crt(NULL) ||
+ !RAND_set_rand_method(NULL))
return 0;
return 1;
}