diff options
| author | Steven Fackler <[email protected]> | 2015-01-28 08:47:16 -0800 |
|---|---|---|
| committer | Steven Fackler <[email protected]> | 2015-01-28 08:47:16 -0800 |
| commit | 030cf5fe88f292a48b71789f5d0e9a9b133c5c09 (patch) | |
| tree | e105f6e7ddf28efbc6f58f8424f87b1b1bc46da6 /openssl-sys/src | |
| parent | Release v0.2.17 (diff) | |
| download | rust-openssl-030cf5fe88f292a48b71789f5d0e9a9b133c5c09.tar.xz rust-openssl-030cf5fe88f292a48b71789f5d0e9a9b133c5c09.zip | |
Fix for IO changes
Diffstat (limited to 'openssl-sys/src')
| -rw-r--r-- | openssl-sys/src/probe.rs | 2 |
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>, |