Skip to content

Commit

Permalink
update openssl to 1.1.1m
Browse files Browse the repository at this point in the history
  • Loading branch information
zhaozg committed Jan 28, 2022
1 parent 08a596c commit 056699a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deps/openssl.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ else (WithSharedOpenSSL)

ExternalProject_Add(openssl
PREFIX openssl
URL https://www.openssl.org/source/openssl-1.1.1g.tar.gz
URL_HASH SHA256=ddb04774f1e32f0c49751e21b67216ac87852ceb056b75209af2443400636d46
URL https://www.openssl.org/source/openssl-1.1.1m.tar.gz
URL_HASH SHA256=f89199be8b23ca45fc7cb9f1d8d3ee67312318286ad030f5316aca6462db6c96
LOG_BUILD ON
BUILD_IN_SOURCE YES
BUILD_COMMAND ${OPENSSL_BUILD_COMMAND}
Expand Down

0 comments on commit 056699a

Please sign in to comment.