From: Tomas Mraz Date: Fri, 28 Apr 2023 07:41:20 +0000 (+0200) Subject: Drop invalid ERR_raise() call from incorrect cherry pick X-Git-Tag: OpenSSL_1_1_1u~10 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0f05c54d3153b7fb0cf3f868285fa6cc10bc0df5;p=thirdparty%2Fopenssl.git Drop invalid ERR_raise() call from incorrect cherry pick Fixes #20849 Reviewed-by: Tom Cosgrove Reviewed-by: Matt Caswell (Merged from https://github.com/openssl/openssl/pull/20852) --- diff --git a/crypto/bio/b_print.c b/crypto/bio/b_print.c index 45d4e9f004b..c4ed364d72f 100644 --- a/crypto/bio/b_print.c +++ b/crypto/bio/b_print.c @@ -305,7 +305,6 @@ _dopr(char **sbuffer, case 'G': case 'g': /* not implemented for UEFI */ - ERR_raise(ERR_LIB_BIO, ERR_R_UNSUPPORTED); return 0; #endif case 'c':