From 3ed6d865f0fe00c3f70888982d244879b33048fe Mon Sep 17 00:00:00 2001 From: Erick Tryzelaar Date: Mon, 8 Oct 2012 23:36:53 -0700 Subject: [PATCH] Expose the submodules --- crypto.rc | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/crypto.rc b/crypto.rc index 023c044d..0f33533f 100644 --- a/crypto.rc +++ b/crypto.rc @@ -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;