From 0f05c54d3153b7fb0cf3f868285fa6cc10bc0df5 Mon Sep 17 00:00:00 2001 From: Tomas Mraz Date: Fri, 28 Apr 2023 09:41:20 +0200 Subject: [PATCH] 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) --- crypto/bio/b_print.c | 1 - 1 file changed, 1 deletion(-) 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': -- 2.47.3