RSA_meth_dup
RSA_METHOD *RSA_meth_dup(const RSA_METHOD *meth);
if ((rsa_meth = RSA_meth_dup(RSA_get_default_method())) == NULL)
rsa_method = RSA_meth_dup(RSA_get_default_method());
RSA_METHOD *RSA_meth_dup(const RSA_METHOD *meth);