Skip to content

Commit

Permalink
remove extra error message
Browse files Browse the repository at this point in the history
  • Loading branch information
samuel40791765 committed May 13, 2024
1 parent 4ba2b42 commit 9964d5d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion crypto/conf/conf.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 9964d5d

Please sign in to comment.