mirror of
https://github.com/openssl/openssl.git
synced 2024-11-25 11:03:37 +08:00
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);
|
||||
if (ret == NULL)
|
||||
{
|
||||
RSAerr(CONF_F_NCONF_NEW,ERR_R_MALLOC_FAILURE);
|
||||
CONFerr(CONF_F_NCONF_NEW,ERR_R_MALLOC_FAILURE);
|
||||
return(NULL);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user