From d612edc70458cd67def29c3934017235e70ccd42 Mon Sep 17 00:00:00 2001 From: Thorsten Behrens Date: Wed, 18 Aug 2021 22:48:46 +0200 Subject: Teach symstore more duplicated DLLs Amending commit b4dfba947768834ffecc09056992019878711c8b with adding the copied DLLs here, too (symstore complains otherwise) Change-Id: If5cc155cf2fe11b0f97cd152993609fd2c835316 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/120686 Tested-by: Thorsten Behrens Reviewed-by: Thorsten Behrens --- bin/symstore.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bin/symstore.sh b/bin/symstore.sh index c4e9870c9aa5..2734f1b22a58 100755 --- a/bin/symstore.sh +++ b/bin/symstore.sh @@ -16,6 +16,8 @@ EXCLUDE_LIST="python.exe" # # Same format as for EXCLUDE_LIST above MOREPDBS_OKLIST="libcurl.dll +libcrypto-1_1.dll +libssl-1_1.dll freebl3.dll libeay32.dll nspr4.dll -- cgit