Expose the submodules

This commit is contained in:
Erick Tryzelaar 2012-10-08 23:36:53 -07:00
parent a3cba6aeb9
commit 3ed6d865f0
1 changed files with 5 additions and 5 deletions

View File

@ -21,8 +21,8 @@
extern mod std; // FIXME https://github.com/mozilla/rust/issues/1127
mod hash;
mod pkey;
mod symm;
mod pkcs5;
mod rand;
pub mod hash;
pub mod pkey;
pub mod symm;
pub mod pkcs5;
pub mod rand;