[tor-commits] [tor/master] rust: Export digests subcrate from our crypto crate.

nickm at torproject.org nickm at torproject.org
Wed May 16 13:13:38 UTC 2018


commit 4c21d414071d50452b8bf914fbef00c5c2d37c31
Author: Isis Lovecruft <isis at torproject.org>
Date:   Tue May 15 02:04:40 2018 +0000

    rust: Export digests subcrate from our crypto crate.
---
 src/rust/crypto/lib.rs | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/rust/crypto/lib.rs b/src/rust/crypto/lib.rs
index d0793a857..e7e3b22e0 100644
--- a/src/rust/crypto/lib.rs
+++ b/src/rust/crypto/lib.rs
@@ -33,4 +33,5 @@ extern crate libc;
 // Our local crates.
 extern crate external;
 
-mod digests;  // Unfortunately named "digests" plural to avoid name conflict with the digest crate
+pub mod digests;  // Unfortunately named "digests" plural to avoid name conflict with the digest crate
+





More information about the tor-commits mailing list