Skip to content

Commit 6e0c18c

Browse files
committed
Auto merge of #3602 - alexcrichton:beta-next, r=alexcrichton
Update OpenSSL to 1.0.2k Updates in accordance with the security advisory issued today.
2 parents bfee18f + 2d932dc commit 6e0c18c

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

Makefile.in

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
CFG_RELEASE_NUM=0.16.0
22
CFG_RELEASE_LABEL=
33

4-
OPENSSL_VERS=1.0.2j
5-
OPENSSL_SHA256=e7aff292be21c259c6af26469c7a9b3ba26e9abaaffd325e3dccc9785256c431
4+
OPENSSL_VERS=1.0.2k
5+
OPENSSL_SHA256=6b3977c61f2aedf0f96367dcfb5c6e578cf37e7b8d913b4ecb6643c3cb88d8c0
66

77
include config.mk
88

tests/cargotest/lib.rs

-3
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,6 @@ extern crate url;
1515
#[cfg(windows)] extern crate kernel32;
1616
#[cfg(windows)] extern crate winapi;
1717

18-
#[macro_use]
19-
extern crate log;
20-
2118
use cargo::util::Rustc;
2219
use std::ffi::OsStr;
2320
use std::time::Duration;

0 commit comments

Comments
 (0)