aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomas Mraz <tomas@openssl.org>2023-04-28 09:41:20 +0200
committerMatt Caswell <matt@openssl.org>2023-05-01 11:17:10 +0100
commit0f05c54d3153b7fb0cf3f868285fa6cc10bc0df5 (patch)
tree1450115f54dc003b12f44f12a1c6a69cc28e416f
parent58440f74e1bfc9e2eb7720fb635ec9b433c0aa8d (diff)
downloadopenssl-0f05c54d3153b7fb0cf3f868285fa6cc10bc0df5.tar.gz
Drop invalid ERR_raise() call from incorrect cherry pick
Fixes #20849 Reviewed-by: Tom Cosgrove <tom.cosgrove@arm.com> Reviewed-by: Matt Caswell <matt@openssl.org> (Merged from https://github.com/openssl/openssl/pull/20852)
-rw-r--r--crypto/bio/b_print.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/crypto/bio/b_print.c b/crypto/bio/b_print.c
index 45d4e9f004..c4ed364d72 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':