mirror of
https://github.com/openssl/openssl.git
synced 2025-01-14 14:04:16 +08:00
set standard EC method in eng_openssl
Reviewed-by: Richard Levitte <levitte@openssl.org>
This commit is contained in:
parent
3c4e064e78
commit
77d0d10db7
@ -155,6 +155,7 @@ static int bind_helper(ENGINE *e)
|
||||
|| !ENGINE_set_DSA(e, DSA_get_default_method())
|
||||
# endif
|
||||
# ifndef OPENSSL_NO_EC
|
||||
|| !ENGINE_set_EC(e, EC_KEY_OpenSSL())
|
||||
# endif
|
||||
# ifndef OPENSSL_NO_DH
|
||||
|| !ENGINE_set_DH(e, DH_get_default_method())
|
||||
|
Loading…
Reference in New Issue
Block a user