aboutsummaryrefslogtreecommitdiff
path: root/openssl/src/crypto/mod.rs
diff options
context:
space:
mode:
authorEdward Barnard <[email protected]>2015-08-03 18:22:07 +0100
committerEdward Barnard <[email protected]>2015-08-23 17:08:18 +0700
commit8067565707d69c67b4815113764d26d820ae2bbf (patch)
treefac3adb23420feece49fec551e735fe8337d0b55 /openssl/src/crypto/mod.rs
parentMerge pull request #243 from manuels/master (diff)
downloadrust-openssl-8067565707d69c67b4815113764d26d820ae2bbf.tar.xz
rust-openssl-8067565707d69c67b4815113764d26d820ae2bbf.zip
Expose EVP_BytesToKey
This is based on work by pyrho. Closes #88
Diffstat (limited to 'openssl/src/crypto/mod.rs')
-rw-r--r--openssl/src/crypto/mod.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/openssl/src/crypto/mod.rs b/openssl/src/crypto/mod.rs
index e695de33..a33c5eb8 100644
--- a/openssl/src/crypto/mod.rs
+++ b/openssl/src/crypto/mod.rs
@@ -22,3 +22,5 @@ pub mod pkey;
pub mod rand;
pub mod symm;
pub mod memcmp;
+
+mod symm_internal; \ No newline at end of file