summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Crichton <alex@alexcrichton.com>2017-11-04 08:05:46 -0700
committerAlex Crichton <alex@alexcrichton.com>2017-11-04 08:05:46 -0700
commitc11ac9441a8086d44060cedb99737c46d6b9fa12 (patch)
tree6b58b05b1300ba3f7706e815913806dee1e1d1db
parenta6885cb853390fc79a8ff0b223ea1471e261d60e (diff)
downloadrust-c11ac9441a8086d44060cedb99737c46d6b9fa12.tar.gz
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 {