aboutsummaryrefslogtreecommitdiff
path: root/crypto/rand.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/rand.rs
parentRemove use of {:?} (diff)
downloadrust-openssl-a145df011cc7ed7fbff37227192427a11c6d3923.tar.xz
rust-openssl-a145df011cc7ed7fbff37227192427a11c6d3923.zip
Update for libc split
Diffstat (limited to 'crypto/rand.rs')
-rw-r--r--crypto/rand.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/rand.rs b/crypto/rand.rs
index 9d1744a2..2ae001ef 100644
--- a/crypto/rand.rs
+++ b/crypto/rand.rs
@@ -1,4 +1,4 @@
-use std::libc::c_int;
+use libc::c_int;
use std::slice;
#[link(name = "crypto")]