diff options
| author | Steven Fackler <[email protected]> | 2014-04-06 21:15:15 -0700 |
|---|---|---|
| committer | Steven Fackler <[email protected]> | 2014-04-06 21:15:15 -0700 |
| commit | a145df011cc7ed7fbff37227192427a11c6d3923 (patch) | |
| tree | a94c5e7724c8adff6a83d05584c4a3d3f0d93df4 /crypto/pkcs5.rs | |
| parent | Remove use of {:?} (diff) | |
| download | rust-openssl-a145df011cc7ed7fbff37227192427a11c6d3923.tar.xz rust-openssl-a145df011cc7ed7fbff37227192427a11c6d3923.zip | |
Update for libc split
Diffstat (limited to 'crypto/pkcs5.rs')
| -rw-r--r-- | crypto/pkcs5.rs | 2 |
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")] |