Skip to content

Commit b55d290

Browse files
committed
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.
2 parents 94ede93 + c11ac94 commit b55d290

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: src/bootstrap/native.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -323,9 +323,9 @@ impl Step for TestHelpers {
323323
}
324324
}
325325

326-
const OPENSSL_VERS: &'static str = "1.0.2k";
326+
const OPENSSL_VERS: &'static str = "1.0.2m";
327327
const OPENSSL_SHA256: &'static str =
328-
"6b3977c61f2aedf0f96367dcfb5c6e578cf37e7b8d913b4ecb6643c3cb88d8c0";
328+
"8c6ff15ec6b319b50788f42c7abc2890c08ba5a1cdcd3810eb9092deada37b0f";
329329

330330
#[derive(Debug, Copy, Clone, Hash, PartialEq, Eq)]
331331
pub struct Openssl {

0 commit comments

Comments
 (0)