aboutsummaryrefslogtreecommitdiff
path: root/crypto/pkcs5.rs
diff options
context:
space:
mode:
authorSteven Fackler <[email protected]>2014-04-06 21:15:15 -0700
committerSteven Fackler <[email protected]>2014-04-06 21:15:15 -0700
commita145df011cc7ed7fbff37227192427a11c6d3923 (patch)
treea94c5e7724c8adff6a83d05584c4a3d3f0d93df4 /crypto/pkcs5.rs
parentRemove use of {:?} (diff)
downloadrust-openssl-a145df011cc7ed7fbff37227192427a11c6d3923.tar.xz
rust-openssl-a145df011cc7ed7fbff37227192427a11c6d3923.zip
Update for libc split
Diffstat (limited to 'crypto/pkcs5.rs')
-rw-r--r--crypto/pkcs5.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/pkcs5.rs b/crypto/pkcs5.rs
index d50666a1..2d1bfd34 100644
--- a/crypto/pkcs5.rs
+++ b/crypto/pkcs5.rs
@@ -1,4 +1,4 @@
-use std::libc::c_int;
+use libc::c_int;
use std::slice;
#[link(name = "crypto")]