diff options
| author | Edward Barnard <[email protected]> | 2015-08-03 18:22:07 +0100 |
|---|---|---|
| committer | Edward Barnard <[email protected]> | 2015-08-23 17:08:18 +0700 |
| commit | 8067565707d69c67b4815113764d26d820ae2bbf (patch) | |
| tree | fac3adb23420feece49fec551e735fe8337d0b55 /openssl/src/crypto/mod.rs | |
| parent | Merge pull request #243 from manuels/master (diff) | |
| download | rust-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.rs | 2 |
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 |