aboutsummaryrefslogtreecommitdiff
path: root/crypto.rc
diff options
context:
space:
mode:
authorErick Tryzelaar <[email protected]>2012-04-20 10:04:23 -0700
committerErick Tryzelaar <[email protected]>2012-04-20 10:04:23 -0700
commit6794c17af6815e0c2cd0b88414b1922d4ba04b51 (patch)
tree432f5c3bc093f0bfc8eebfab75f6e9e9c8805c36 /crypto.rc
parentModernize crypto with new rust style and rustdoc support (diff)
downloadrust-openssl-6794c17af6815e0c2cd0b88414b1922d4ba04b51.tar.xz
rust-openssl-6794c17af6815e0c2cd0b88414b1922d4ba04b51.zip
Add support for PKCS5_PBKDF2_HMAC_SHA1.
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 b91cb372..cdd25fb8 100644
--- a/crypto.rc
+++ b/crypto.rc
@@ -24,3 +24,4 @@ use std; // FIXME https://github.com/mozilla/rust/issues/1127
mod hash;
mod pkey;
mod symm;
+mod pkcs5;