DSA_get_default_method
ret->meth = DSA_get_default_method();
if (dsa->libctx == NULL || dsa->meth != DSA_get_default_method())
|| !ENGINE_set_DSA(e, DSA_get_default_method())
OSSL_DEPRECATEDIN_3_0 const DSA_METHOD *DSA_get_default_method(void);
if (!TEST_ptr(dsa_meth = DSA_meth_dup(DSA_get_default_method())))