提交 09451b68 编写于 作者: R Richard Levitte

Use CONFerr, not RSAerr, in the conf library...

上级 21346b7a
......@@ -221,7 +221,7 @@ CONF *NCONF_new(CONF_METHOD *meth)
ret = meth->create(meth);
if (ret == NULL)
{
RSAerr(CONF_F_NCONF_NEW,ERR_R_MALLOC_FAILURE);
CONFerr(CONF_F_NCONF_NEW,ERR_R_MALLOC_FAILURE);
return(NULL);
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册