From 484f6d90a46b2be38e689a7da66ddcf675780f92 Mon Sep 17 00:00:00 2001 From: samuel40791765 Date: Fri, 10 May 2024 21:14:41 +0000 Subject: [PATCH] remove extra error message --- crypto/conf/conf.c | 1 - 1 file changed, 1 deletion(-) diff --git a/crypto/conf/conf.c b/crypto/conf/conf.c index a3bc9eba49..f4dd073415 100644 --- a/crypto/conf/conf.c +++ b/crypto/conf/conf.c @@ -648,7 +648,6 @@ char *CONF_get1_default_config_file(void) { char *ret = (char *)OPENSSL_malloc(temp_len); if(ret == NULL) { - OPENSSL_PUT_ERROR(CONF, ERR_R_MALLOC_FAILURE); return NULL; } OPENSSL_memcpy(ret, temp, temp_len);