Skip to content

Commit

Permalink
Merge pull request #46 from WickrInc/tl-openssl-102n
Browse files Browse the repository at this point in the history
Update OpenSSL to 1.0.2n
  • Loading branch information
tomleavy authored Feb 17, 2018
2 parents 0a15048 + e0edf31 commit c05e692
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions third-party/openssl/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ if (BUILD_OPENSSL)

include(ExternalProject)

set(OSSL_VERSION "1.0.2l")
set(OSSL_HASH "ce07195b659e75f4e1db43552860070061f156a98bb37b672b101ba6e3ddf30c")
set(OSSL_VERSION "1.0.2n")
set(OSSL_HASH "370babb75f278c39e0c50e8c4e7493bc0f18db6867478341a832a982fd15a8fe")
set(OSSL_URL "https://www.openssl.org/source/openssl-${OSSL_VERSION}.tar.gz")
set(OSSL_OPTIONS shared no-ssl2 no-ssl3 no-comp enable-ec_nistp_64_gcc_128 --openssldir=${CMAKE_CURRENT_BINARY_DIR})

Expand Down

0 comments on commit c05e692

Please sign in to comment.