set standard EC method in eng_openssl
Reviewed-by: Richard Levitte <levitte@openssl.org>
This commit is contained in:
		@@ -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())
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user