]> git.ipfire.org Git - thirdparty/openssl.git/commit
Replace one missing snprint with BIO_snprintf
authorMilan Broz <gmazyland@gmail.com>
Tue, 28 Apr 2026 21:06:05 +0000 (23:06 +0200)
committerNikola Pajkovsky <nikolap@openssl.org>
Thu, 30 Apr 2026 06:49:18 +0000 (06:49 +0000)
commitece45f05e8676d4faa06a88e4da88c00a0978944
treebede0b2e13dad8aabedce0ad74430e0a2bbc05d3
parente905da2c20e451d1ebcf2bd48425b2b95a81f0a4
Replace one missing snprint with BIO_snprintf

Older compilers like MSVC 2013 do not support it.

Reviewed-by: Eugene Syromiatnikov <esyr@openssl.org>
Reviewed-by: Nikola Pajkovsky <nikolap@openssl.org>
Reviewed-by: Paul Dale <paul.dale@oracle.com>
MergeDate: Thu Apr 30 06:49:22 2026
(Merged from https://github.com/openssl/openssl/pull/31019)
test/threadstest.c