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