]> git.ipfire.org Git - thirdparty/openssl.git/commit
clang deprecates sprintf on macos
authorNikola Pajkovsky <nikolap@openssl.org>
Wed, 15 Oct 2025 10:48:06 +0000 (12:48 +0200)
committerNeil Horman <nhorman@openssl.org>
Tue, 21 Oct 2025 11:56:03 +0000 (07:56 -0400)
commit60e699a4549779f72b8621415b7565d422127285
treee36111c56e7d7d5cc7145ffb74fa987841412e77
parentc20d4704e9e99a89d29f5ee848f9498694388905
clang deprecates sprintf on macos

test/threadstest.c:1376:9: error: 'sprintf' is deprecated.

The same issues is in the ossl-nghttp3-demo.

Signed-off-by: Nikola Pajkovsky <nikolap@openssl.org>
Reviewed-by: Saša Nedvědický <sashan@openssl.org>
Reviewed-by: Richard Levitte <levitte@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Neil Horman <nhorman@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/28903)
demos/http3/ossl-nghttp3-demo-server.c
test/threadstest.c