summaryrefslogtreecommitdiff
path: root/systest
diff options
context:
space:
mode:
authorJonas Platte <jplatte+git@posteo.de>2020-12-31 22:06:14 +0100
committerJonas Platte <jplatte+git@posteo.de>2021-01-01 04:11:49 +0100
commit7f4d6fa7488902fb98774df068751ee4e16918f7 (patch)
tree1ca0fd824d250dde728af29eada9bc1c804ed59d /systest
parenta80c8efa6f35bf0f6c3e7e39f9d849b84d3dbc35 (diff)
downloadrust-openssl-7f4d6fa7488902fb98774df068751ee4e16918f7.zip
Remove remaining uses of extern crate in openssl, systest
Diffstat (limited to 'systest')
-rw-r--r--systest/build.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/systest/build.rs b/systest/build.rs
index 0c84bc33..cabab820 100644
--- a/systest/build.rs
+++ b/systest/build.rs
@@ -1,5 +1,3 @@
-extern crate ctest;
-
use std::env;
#[path = "../openssl-sys/build/cfgs.rs"]