]> git.ipfire.org Git - thirdparty/openssl.git/commit
Replace snprintf with BIO_snprintf
authorKim, Hyuk <hyuk.kim@ahnlab.com>
Fri, 14 Feb 2025 01:48:31 +0000 (10:48 +0900)
committerTomas Mraz <tomas@openssl.org>
Tue, 18 Feb 2025 15:24:41 +0000 (16:24 +0100)
commitb2c88ffda29a653bb14222dab0eaeb64a96d2440
tree2306b8fb7c51391dbfeda1a5b4e0e59ec15e26e5
parent7e3308062fdd445b9e638e7a36bed83bce97d8a3
Replace snprintf with BIO_snprintf

Updated snprintf to BIO_snprintf for consistency with previous changes. #24008

CLA: trivial

Reviewed-by: Paul Dale <ppzgs1@gmail.com>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/26749)

(cherry picked from commit aa6b7ac875a79ef2ef5376dfe79ce8402b702724)
apps/lib/http_server.c