mirror of
https://github.com/openssl/openssl.git
synced 2024-11-27 05:21:51 +08:00
CONF: Convert one last CONFerr() to ERR_raise()
Reviewed-by: Paul Dale <paul.dale@oracle.com> (Merged from https://github.com/openssl/openssl/pull/13320)
This commit is contained in:
parent
01fe51578e
commit
e19c5a1064
@ -417,7 +417,7 @@ static int def_load_bio(CONF *conf, BIO *in, long *line)
|
||||
|
||||
include_path = OPENSSL_malloc(newlen);
|
||||
if (include_path == NULL) {
|
||||
CONFerr(CONF_F_DEF_LOAD_BIO, ERR_R_MALLOC_FAILURE);
|
||||
ERR_raise(ERR_LIB_CONF, ERR_R_MALLOC_FAILURE);
|
||||
OPENSSL_free(include);
|
||||
goto err;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user