Skip to content

Commit

Permalink
Auto merge of rust-lang#3602 - alexcrichton:beta-next, r=alexcrichton
Browse files Browse the repository at this point in the history
Update OpenSSL to 1.0.2k

Updates in accordance with the security advisory issued today.
  • Loading branch information
bors committed Jan 27, 2017
2 parents bfee18f + 2d932dc commit 6e0c18c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Makefile.in
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
CFG_RELEASE_NUM=0.16.0
CFG_RELEASE_LABEL=

OPENSSL_VERS=1.0.2j
OPENSSL_SHA256=e7aff292be21c259c6af26469c7a9b3ba26e9abaaffd325e3dccc9785256c431
OPENSSL_VERS=1.0.2k
OPENSSL_SHA256=6b3977c61f2aedf0f96367dcfb5c6e578cf37e7b8d913b4ecb6643c3cb88d8c0

include config.mk

Expand Down
3 changes: 0 additions & 3 deletions tests/cargotest/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,6 @@ extern crate url;
#[cfg(windows)] extern crate kernel32;
#[cfg(windows)] extern crate winapi;

#[macro_use]
extern crate log;

use cargo::util::Rustc;
use std::ffi::OsStr;
use std::time::Duration;
Expand Down

0 comments on commit 6e0c18c

Please sign in to comment.