You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Patch for Bug#17162055: SSL.CMAKE SILENTLY CHOOSES BUNDLED YASSL INSTEAD OF
ERRORING FOR OLD OPENSSL VER
The problem was that if the user specified incorrect path to SSL installation,
or if the user specified unsupported (too old) SSL installation using WITH_SSL,
it's implicitly changed to the 'bundled' value, meaning bundled YaSSL will be
used instead of user-specified SSL.
The fix is to do not change WITH_SSL to the 'bundled' value, but rather
exit with an error message and let the user to correct the WITH_SSL value.
(cherry picked from commit c4fcbf13b6cd3f075490dc80bfd7546c5504c74f)
Conflicts:
cmake/ssl.cmake
(cherry picked from commit e858eb9b5722520f3aaa445e284bba7b5882a249)
0 commit comments