]> git.ipfire.org Git - thirdparty/openssl.git/commit
test/bioprinttest.c: silence more width/precision checks
authorEugene Syromiatnikov <esyr@openssl.org>
Fri, 12 Sep 2025 15:57:50 +0000 (17:57 +0200)
committerEugene Syromiatnikov <esyr@openssl.org>
Fri, 12 Sep 2025 15:57:50 +0000 (17:57 +0200)
commit6c3046657e712240e8e931ca5bfe528684f95fb3
tree0ad9a5743e6b27ad10741a5f11c6b1c9f8162cca
parentea85fbce9fac7bf87c5c0a82151dbde259bbfc4f
test/bioprinttest.c: silence more width/precision checks

Apparently, old glibc also can't handle width/precision specifiers;
silence the checks that test for it by setting .skip_libc_check to 1.

Fixes: a29d157fdb6d "Replace homebrewed implementation of *printf*() functions with libc"
Signed-off-by: Eugene Syromiatnikov <esyr@openssl.org>
Reviewed-by: Neil Horman <nhorman@openssl.org>
Reviewed-by: Saša Nedvědický <sashan@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/28530)
test/bioprinttest.c