aboutsummaryrefslogtreecommitdiff
path: root/crypto.rc
diff options
context:
space:
mode:
authorBrian Anderson <[email protected]>2012-03-28 11:43:56 -0700
committerBrian Anderson <[email protected]>2012-03-28 11:43:56 -0700
commitc978e357d4366bfda37fc0be29c257a5253bf42d (patch)
treec1d6b69ef55b8d2505b9d7742f579dbd869e20dd /crypto.rc
parent[pkey] compat with 2286d8c17e5bf3d4312357eba9a845262068f007 (diff)
downloadrust-openssl-c978e357d4366bfda37fc0be29c257a5253bf42d.tar.xz
rust-openssl-c978e357d4366bfda37fc0be29c257a5253bf42d.zip
Update for 0.2
Diffstat (limited to 'crypto.rc')
-rw-r--r--crypto.rc2
1 files changed, 2 insertions, 0 deletions
diff --git a/crypto.rc b/crypto.rc
index cafab3de..b91cb372 100644
--- a/crypto.rc
+++ b/crypto.rc
@@ -19,6 +19,8 @@
uuid = "38297409-b4c2-4499-8131-a99a7e44dad3")];
#[crate_type = "lib"];
+use std; // FIXME https://github.com/mozilla/rust/issues/1127
+
mod hash;
mod pkey;
mod symm;