]> git.ipfire.org Git - thirdparty/openssl.git/commit
Fix MINGW compilation
authorMilan Broz <gmazyland@gmail.com>
Mon, 23 Mar 2026 15:15:06 +0000 (16:15 +0100)
committerTomas Mraz <tomas@openssl.foundation>
Wed, 25 Mar 2026 14:13:17 +0000 (15:13 +0100)
commitee832b5b83a7ac2f837dafa1cac8ab97e4e71e79
tree7c10f7cea6591351095f006c42036d00fe5fe3f7
parent197d6083963b54a55713778bb7a2c0687d3850f0
Fix MINGW compilation

This patch fixes
  undefined reference to `ossl_BIO_snprintf_msvc'

Define it only if MSVC is used.

Signed-off-by: Milan Broz <gmazyland@gmail.com>
Reviewed-by: Eugene Syromiatnikov <esyr@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.foundation>
MergeDate: Wed Mar 25 14:12:58 2026
(Merged from https://github.com/openssl/openssl/pull/30541)

(cherry picked from commit 5f084f8a99d64db6936aaf0d868e78212bcfc421)
crypto/bio/bio_print.c
include/internal/bio.h
test/bioprinttest.c