]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
rust: Export digests subcrate from our crypto crate.
authorIsis Lovecruft <isis@torproject.org>
Tue, 15 May 2018 02:04:40 +0000 (02:04 +0000)
committerIsis Lovecruft <isis@torproject.org>
Tue, 15 May 2018 18:05:52 +0000 (18:05 +0000)
src/rust/crypto/lib.rs

index d0793a8575ba66eb035091eb9f11b3d4e0ee9bf4..e7e3b22e0334978dc8ce6029a608f7bcffa9ccc0 100644 (file)
@@ -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
+