]> git.ipfire.org Git - thirdparty/openssl.git/commit
fix errtest to be less sensitive to line wrapping changes
authorBob Beck <beck@openssl.org>
Fri, 29 Aug 2025 17:37:36 +0000 (11:37 -0600)
committerTomas Mraz <tomas@openssl.org>
Wed, 3 Dec 2025 13:40:56 +0000 (14:40 +0100)
commitb8a010899801ce94c0424efd8d405feeda007877
treedd4f96d71fa35fa7b27f9860727807dbed21122e
parent220350f337dc79d97dbfbd6b57357d90f5486702
fix errtest to be less sensitive to line wrapping changes

(in it's final form it will work with either compiler
because it's currently one line, but was tripped up before
by the #ifdef, so redid it to be consistent with the
other changes previously in this stack)

While I am here correct the test to test for all possible
return values of ERR_get_error_all, without the #ifdefs

Reviewed-by: Saša Nedvědický <sashan@openssl.org>
Reviewed-by: Nikola Pajkovsky <nikolap@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/29241)
test/errtest.c