RSA_meth_dup
LCRYPTO_USED(RSA_meth_dup);
RSA_METHOD *RSA_meth_dup(const RSA_METHOD *meth);
LCRYPTO_ALIAS(RSA_meth_dup);
if ((sign_verify_method = RSA_meth_dup(RSA_get_default_method())) == NULL)
if ((rsae_method = RSA_meth_dup(rsa_default)) == NULL) {
if ((rsae_method = RSA_meth_dup(rsa_default)) == NULL) {