]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
Windows: Add _dclass to the allowed symbols list
authorHugo Landau <hlandau@openssl.org>
Thu, 8 Feb 2024 10:36:50 +0000 (10:36 +0000)
committerHugo Landau <hlandau@openssl.org>
Fri, 9 Feb 2024 11:03:53 +0000 (11:03 +0000)
We use isnan() and isinf() in JSON_ENC now, which is translated to a
call to Microsoft's standard library function _dclass.

.

Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Tom Cosgrove <tom.cosgrove@arm.com>
Reviewed-by: Neil Horman <nhorman@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/23517)

util/platform_symbols/windows-symbols.txt

index 097741b336627276791a611535c7cd6a9077c7dc..d838023f6f89bb7c899adb42596e01284be0d0a3 100644 (file)
@@ -229,3 +229,4 @@ qsort
 _stat64i32
 atoi
 __stdio_common_vsprintf
+_dclass