diff options
author | Nicolas Noble <nicolasnoble@users.noreply.github.com> | 2015-08-04 14:49:13 -0700 |
---|---|---|
committer | Nicolas Noble <nicolasnoble@users.noreply.github.com> | 2015-08-04 14:49:13 -0700 |
commit | b5dd0f163da82a5db96ed9c66097bf3cd126db24 (patch) | |
tree | c78abe2e6f26918037624c46db46290a2f34e00e /tools | |
parent | 902d9c472279a3bafab04e5d89552a29f477940e (diff) | |
parent | a4b7b19d9ca5ba6661fd25585052b18036657b6c (diff) |
Merge pull request #2346 from jboeuf/upgrade-openssl-1.0.2d
Upgrading to OpenSSL 1.0.2d
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/run_tests/run_sanity.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/run_tests/run_sanity.sh b/tools/run_tests/run_sanity.sh index 4df696706a..18d5ba026e 100755 --- a/tools/run_tests/run_sanity.sh +++ b/tools/run_tests/run_sanity.sh @@ -44,7 +44,7 @@ git submodule > $submodules diff -u $submodules - << EOF 05b155ff59114735ec8cd089f669c4c3d8f59029 third_party/gflags (v2.1.0-45-g05b155f) - 3df69d3aefde7671053d4e3c242b228e5d79c83f third_party/openssl (OpenSSL_1_0_2a) + 33dd08320648ac71d7d9d732be774ed3818dccc5 third_party/openssl (OpenSSL_1_0_2d) 3e2c8a5dd79481e1d36572cdf65be93514ba6581 third_party/protobuf (v3.0.0-alpha-1-1048-g3e2c8a5) 50893291621658f355bc5b4d450a8d06a563053d third_party/zlib (v1.2.8) EOF |