]> git.ipfire.org Git - thirdparty/openssl.git/commit
move BIO_err_is_non_fatal() to bio_lib.c
authordare3path <dare3path@tuta.io>
Fri, 28 Mar 2025 06:54:55 +0000 (07:54 +0100)
committerTomas Mraz <tomas@openssl.org>
Tue, 1 Apr 2025 16:56:13 +0000 (18:56 +0200)
commit6d3202e20f73f8d368004a90d743a613b51f0d62
treece1064bce2d71095cf981c6bca8b0548592acffc
parent94b34ee67af04f0b403bb0e22439e764475ffe6e
move BIO_err_is_non_fatal() to bio_lib.c

done this without running mkerr.pl otherwise
this is what mkerr.pl would do:
* remove BIO_err_is_non_fatal from bio_err.c
* remove duplicate BIO_R_PORT_MISMATCH
* reorder/sort 3 things
* update copyright year from 2022 to 2025

see #27183

CLA: trivial

Reviewed-by: Saša Nedvědický <sashan@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/27191)
crypto/bio/bio_err.c
crypto/bio/bio_lib.c