From c6ff9189d0c8196f03560da45cb0db467d975f5c Mon Sep 17 00:00:00 2001 From: Tomas Mraz Date: Thu, 19 Jun 2025 10:59:10 +0200 Subject: [PATCH] Add strlen to symbols allowed on Windows MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Reviewed-by: Neil Horman Reviewed-by: Saša Nedvědický Reviewed-by: Matt Caswell Reviewed-by: Tim Hudson (Merged from https://github.com/openssl/openssl/pull/27854) (cherry picked from commit c296e1ce24d192d7ba52df4cd74eaec1a00ca7de) --- util/platform_symbols/windows-symbols.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/util/platform_symbols/windows-symbols.txt b/util/platform_symbols/windows-symbols.txt index 72a1dffb937..2e29d9995b3 100644 --- a/util/platform_symbols/windows-symbols.txt +++ b/util/platform_symbols/windows-symbols.txt @@ -86,6 +86,7 @@ __current_exception __C_specific_handler wcsstr __current_exception_context +strlen strstr strchr memmove -- 2.47.2