This is an automated email from the ASF dual-hosted git repository. ardovm pushed a commit to branch AOO42X in repository https://gitbox.apache.org/repos/asf/openoffice.git
commit 25788ab2917a5eb9b75429f07f6d97c60783ed6e Author: Damjan Jovanovic <dam...@apache.org> AuthorDate: Thu Apr 18 03:38:14 2024 +0200 Fix a regression in 8eb9a7e66a3128669216ddb884f844d50ac59fb9, which broke delivering libcrypto.lib and libssl.lib on Windows. Patch by: me (cherry picked from commit 9b51720274ee0b7c1ade0e9b4cd4b8417efd1b6c) --- main/openssl/prj/d.lst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main/openssl/prj/d.lst b/main/openssl/prj/d.lst index cac50416cf..f6a43b0e90 100644 --- a/main/openssl/prj/d.lst +++ b/main/openssl/prj/d.lst @@ -1,8 +1,8 @@ mkdir: %_DEST%\inc%_EXT%\external mkdir: %_DEST%\inc%_EXT%\external\openssl ..\%__SRC%\inc\*.h %_DEST%\inc%_EXT%\external\openssl -..\%__SRC%\lib\libcrypto.*.* %_DEST%\lib%_EXT%\* -..\%__SRC%\lib\libssl.*.* %_DEST%\lib%_EXT%\* +..\%__SRC%\lib\libcrypto.* %_DEST%\lib%_EXT%\* +..\%__SRC%\lib\libssl.* %_DEST%\lib%_EXT%\* ..\%__SRC%\bin\*.dll %_DEST%\bin%_EXT%\*.dll linklib: libcrypto.*.*