提交 77d0d10d 编写于 作者: D Dr. Stephen Henson

set standard EC method in eng_openssl

Reviewed-by: NRichard Levitte <levitte@openssl.org>
上级 3c4e064e
......@@ -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())
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册