From: Eugene Syromiatnikov Date: Tue, 31 Mar 2026 17:13:55 +0000 (+0200) Subject: .github/workflows/windows_comp.yml: drop platform symbol usage check X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f007284b9110701433b3a7b65e64b16aec7feecd;p=thirdparty%2Fopenssl.git .github/workflows/windows_comp.yml: drop platform symbol usage check It has never worked, as an attempt to make it work leads to this error: Symbol ZSTD_compressStream2 not in the allowed platform symbols list Symbol ZSTD_CStreamInSize not in the allowed platform symbols list Symbol ZSTD_initCStream not in the allowed platform symbols list Symbol ZSTD_freeCStream not in the allowed platform symbols list Symbol ZSTD_endStream not in the allowed platform symbols list Symbol ZSTD_freeDStream not in the allowed platform symbols list Symbol ZSTD_initDStream not in the allowed platform symbols list Symbol ZSTD_decompressStream not in the allowed platform symbols list Symbol ZSTD_getErrorName not in the allowed platform symbols list Symbol ZSTD_DStreamInSize not in the allowed platform symbols list Symbol ZSTD_decompress not in the allowed platform symbols list Symbol ZSTD_flushStream not in the allowed platform symbols list Symbol ZSTD_isError not in the allowed platform symbols list Symbol ZSTD_createCStream_advanced not in the allowed platform symbols list Symbol ZSTD_createDStream_advanced not in the allowed platform symbols list Symbol ZSTD_compress not in the allowed platform symbols list Signed-off-by: Eugene Syromiatnikov Reviewed-by: Neil Horman Reviewed-by: Tomas Mraz MergeDate: Fri Apr 3 15:42:22 2026 (Merged from https://github.com/openssl/openssl/pull/30635) --- diff --git a/.github/workflows/windows_comp.yml b/.github/workflows/windows_comp.yml index c01805d6524..768d0ebf5c5 100644 --- a/.github/workflows/windows_comp.yml +++ b/.github/workflows/windows_comp.yml @@ -76,9 +76,6 @@ jobs: 7z.exe x coreinfo/Coreinfo.zip ./Coreinfo64.exe -accepteula -f ./apps/openssl.exe version -c - - name: Check platform symbol usage - run: | - perl ./util/checkplatformsyms.pl ./util/platform_symbols/windows-symbols.txt libcrypto-3-x64.dll ./libssl-3-x64.dll - name: test working-directory: _build shell: cmd