From: Hugo Landau Date: Thu, 8 Feb 2024 10:36:50 +0000 (+0000) Subject: Windows: Add _dclass to the allowed symbols list X-Git-Tag: openssl-3.3.0-alpha1~121 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bdba075c1962b7c69b6f40ebef9e0bf1f1325dd8;p=thirdparty%2Fopenssl.git Windows: Add _dclass to the allowed symbols list 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 Reviewed-by: Tom Cosgrove Reviewed-by: Neil Horman (Merged from https://github.com/openssl/openssl/pull/23517) --- diff --git a/util/platform_symbols/windows-symbols.txt b/util/platform_symbols/windows-symbols.txt index 097741b3366..d838023f6f8 100644 --- a/util/platform_symbols/windows-symbols.txt +++ b/util/platform_symbols/windows-symbols.txt @@ -229,3 +229,4 @@ qsort _stat64i32 atoi __stdio_common_vsprintf +_dclass