From 06cb82a1b484e0921b7c1829d6d01f4ee0788b53 Mon Sep 17 00:00:00 2001 From: CoolSpy3 Date: Wed, 29 May 2024 15:12:27 -0700 Subject: [PATCH] Add libssl to MSys2 Windows Distribution (#6553) * add libssl to msys2 distribution on Windows * update changelog * fix typo --- docs/reference/changelog-r2024.md | 3 +++ scripts/packaging/files_msys64.txt | 1 + 2 files changed, 4 insertions(+) diff --git a/docs/reference/changelog-r2024.md b/docs/reference/changelog-r2024.md index baa8be7d380..0d89ca391ae 100644 --- a/docs/reference/changelog-r2024.md +++ b/docs/reference/changelog-r2024.md @@ -8,3 +8,6 @@ Released on December **th, 2023. - Improved the image range of the rotating [Lidar](lidar.md) ([#6324](https://github.com/cyberbotics/webots/pull/6324)). - Cleanup - Removed deprecated `windowPosition`, `pixelSize` fields of [Display](display.md) node ([#6327](https://github.com/cyberbotics/webots/pull/6327)). + - Bug Fixes + - Fixed error message on Windows when `libssl-3-x64.dll` was added to `PATH` ([#6553](https://github.com/cyberbotics/webots/pull/6553)). + diff --git a/scripts/packaging/files_msys64.txt b/scripts/packaging/files_msys64.txt index 8ceeda9cd5f..da0973f9162 100644 --- a/scripts/packaging/files_msys64.txt +++ b/scripts/packaging/files_msys64.txt @@ -18,6 +18,7 @@ /mingw64/bin/libpcre2-8-0.dll /mingw64/bin/libpcre2-16-0.dll /mingw64/bin/libpng16-16.dll +/mingw64/bin/libssl-3-x64.dll /mingw64/bin/Qt6Core.dll /mingw64/bin/Qt6Gui.dll /mingw64/bin/Qt6Network.dll