DSA_new_method
DSA * DSA_new_method(ENGINE *engine);
LCRYPTO_ALIAS(DSA_new_method);
return DSA_new_method(NULL);
LCRYPTO_USED(DSA_new_method);