aboutsummaryrefslogtreecommitdiff
path: root/openssl-sys/src
diff options
context:
space:
mode:
Diffstat (limited to 'openssl-sys/src')
-rw-r--r--openssl-sys/src/probe.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/openssl-sys/src/probe.rs b/openssl-sys/src/probe.rs
index fc162028..1615f73a 100644
--- a/openssl-sys/src/probe.rs
+++ b/openssl-sys/src/probe.rs
@@ -1,5 +1,5 @@
use std::os;
-use std::io::fs::PathExtensions;
+use std::old_io::fs::PathExtensions;
pub struct ProbeResult {
pub cert_file: Option<Path>,