[openssl/openssl] c02f95: quic_multistream_test: fix undefined symbol snprin...
Georgi Valkov
noreply at github.com
Tue May 14 07:09:06 UTC 2024
Branch: refs/heads/master
Home: https://github.com/openssl/openssl
Commit: c02f952b48927af9fc4e991d7ead89a4cd1636bc
https://github.com/openssl/openssl/commit/c02f952b48927af9fc4e991d7ead89a4cd1636bc
Author: Georgi Valkov <gvalkov at gmail.com>
Date: 2024-05-14 (Tue, 14 May 2024)
Changed paths:
M test/quic_multistream_test.c
Log Message:
-----------
quic_multistream_test: fix undefined symbol snprintf with VS2010
As snprintf is not available everywhere, use BIO_snprintf instead.
Fixes:
IF EXIST test\quic_multistream_test.exe.manifest DEL /F /Q test\quic_multistream_test.exe.manifest
"link" /nologo /debug setargv.obj /subsystem:console /opt:ref /nologo /debug @V:\_tmp\nm4.tmp
quic_multistream_test-bin-quic_multistream_test.obj : error LNK2019: unresolved external symbol _snprintf referenced in function _helper_init
test\quic_multistream_test.exe : fatal error LNK1120: 1 unresolved externals
NMAKE : fatal error U1077: '"E:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\BIN\link.EXE"' : return code '0x460'
Signed-off-by: Georgi Valkov <gvalkov at gmail.com>
Reviewed-by: Paul Dale <ppzgs1 at gmail.com>
Reviewed-by: Tom Cosgrove <tom.cosgrove at arm.com>
Reviewed-by: Tomas Mraz <tomas at openssl.org>
(Merged from https://github.com/openssl/openssl/pull/24369)
To unsubscribe from these emails, change your notification settings at https://github.com/openssl/openssl/settings/notifications
More information about the openssl-commits
mailing list