This is an automated email from the ASF dual-hosted git repository.
damjan pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/openoffice.git
The following commit(s) were added to refs/heads/trunk by this push:
new 9b51720274 Fix a regression in
8eb9a7e66a3128669216ddb884f844d50ac59fb9, which broke delivering libcrypto.lib
and libssl.lib on Windows.
9b51720274 is described below
commit 9b51720274ee0b7c1ade0e9b4cd4b8417efd1b6c
Author: Damjan Jovanovic <[email protected]>
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
---
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.*.*