From c11ac9441a8086d44060cedb99737c46d6b9fa12 Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Sat, 4 Nov 2017 08:05:46 -0700 Subject: [PATCH] rustbuild: Update the OpenSSL version to link This updates the OpenSSL tarball download to reflect OpenSSL's newest release. --- src/bootstrap/native.rs | 4 ++-- 1 file 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 {