diff options
author | Warlockbugs <Warlockbugs@users.noreply.github.com> | 2018-03-04 17:26:08 +0300 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2018-03-04 15:26:08 +0100 |
commit | 87bd1126ff3a6e8ba83fc01985d20e3436d926be (patch) | |
tree | b19d78acf6407b0afc4151a5e871d1370a1b5f5b /cmake | |
parent | 7e643662fda63c92f32cf78323acdbd08732ccea (diff) |
Core/Crypto: Transitional Cryptography update for OpenSSL 1.1 (#21534)
Support for both OpenSSL 1.0 LTS and OpenSSL 1.1 versions.
Many Linux distributions are still on 1.0 and will stay on LTS for quite
some time.
Port of CMaNGOS commit: https://github.com/cmangos/mangos-wotlk/commit/e1b0048f052eda46bb27d20224d0339960816ac2
Diffstat (limited to 'cmake')
-rw-r--r-- | cmake/macros/FindOpenSSL.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/macros/FindOpenSSL.cmake b/cmake/macros/FindOpenSSL.cmake index eab7333fb1c..618afb6fb49 100644 --- a/cmake/macros/FindOpenSSL.cmake +++ b/cmake/macros/FindOpenSSL.cmake @@ -26,7 +26,7 @@ # http://www.slproweb.com/products/Win32OpenSSL.html set(OPENSSL_EXPECTED_VERSION "1.0") -set(OPENSSL_MAX_VERSION "1.1") +set(OPENSSL_MAX_VERSION "1.2") SET(_OPENSSL_ROOT_HINTS "[HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Uninstall\\OpenSSL (32-bit)_is1;Inno Setup: App Path]" |