aboutsummaryrefslogtreecommitdiff
path: root/crypto.rc
diff options
context:
space:
mode:
authorErick Tryzelaar <[email protected]>2012-04-21 20:03:06 -0700
committerErick Tryzelaar <[email protected]>2012-04-21 20:03:06 -0700
commitb2f3316758ebbf7da78417675f6b208a5386040f (patch)
treea967b91c8fe25acc3bd45913a437d7c7fb9d549b /crypto.rc
parentAdd support for PKCS5_PBKDF2_HMAC_SHA1. (diff)
downloadrust-openssl-b2f3316758ebbf7da78417675f6b208a5386040f.tar.xz
rust-openssl-b2f3316758ebbf7da78417675f6b208a5386040f.zip
Expose RAND_bytes
Diffstat (limited to 'crypto.rc')
-rw-r--r--crypto.rc1
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto.rc b/crypto.rc
index cdd25fb8..4b0d6306 100644
--- a/crypto.rc
+++ b/crypto.rc
@@ -25,3 +25,4 @@ mod hash;
mod pkey;
mod symm;
mod pkcs5;
+mod rand;