summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2017-11-05 14:18:21 +0000
committerbors <bors@rust-lang.org>2017-11-05 14:18:21 +0000
commitb55d29095646f24461de8adebe867986863f8c46 (patch)
tree97dfaa37fea9591df08855f239dac554a2a03d86
parent94ede93467beb4ac17956845607a7e8b226dda02 (diff)
parentc11ac9441a8086d44060cedb99737c46d6b9fa12 (diff)
downloadrust-b55d29095646f24461de8adebe867986863f8c46.tar.gz
Auto merge of #45759 - alexcrichton:update-openssl, r=sfackler
rustbuild: Update the OpenSSL version to link This updates the OpenSSL tarball download to reflect OpenSSL's newest release.
-rw-r--r--src/bootstrap/native.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/bootstrap/native.rs b/src/bootstrap/native.rs
index 19409ef779e..fce6755aea9 100644
--- a/src/bootstrap/native.rs
+++ b/src/bootstrap/native.rs
@@ -323,9 +323,9 @@ impl Step for TestHelpers {
}
}
-const OPENSSL_VERS: &'static str = "1.0.2k";
+const OPENSSL_VERS: &'static str = "1.0.2m";
const OPENSSL_SHA256: &'static str =
- "6b3977c61f2aedf0f96367dcfb5c6e578cf37e7b8d913b4ecb6643c3cb88d8c0";
+ "8c6ff15ec6b319b50788f42c7abc2890c08ba5a1cdcd3810eb9092deada37b0f";
#[derive(Debug, Copy, Clone, Hash, PartialEq, Eq)]
pub struct Openssl {