Use CONFerr, not RSAerr, in the conf library...
This commit is contained in:
parent
21346b7a04
commit
09451b6857
@ -221,7 +221,7 @@ CONF *NCONF_new(CONF_METHOD *meth)
|
|||||||
ret = meth->create(meth);
|
ret = meth->create(meth);
|
||||||
if (ret == NULL)
|
if (ret == NULL)
|
||||||
{
|
{
|
||||||
RSAerr(CONF_F_NCONF_NEW,ERR_R_MALLOC_FAILURE);
|
CONFerr(CONF_F_NCONF_NEW,ERR_R_MALLOC_FAILURE);
|
||||||
return(NULL);
|
return(NULL);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user