summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2018-05-16 09:13:27 -0400
committerNick Mathewson <nickm@torproject.org>2018-05-16 09:13:27 -0400
commit2d2cfbcd81f9bcdf1097f58b76e8be22456bc5a2 (patch)
tree250620439715db248b622bc942bb063ffd6d09f9
parent7f37ba825f315788058d08b50e93167607e6dc4c (diff)
parent4c21d414071d50452b8bf914fbef00c5c2d37c31 (diff)
downloadtor-2d2cfbcd81f9bcdf1097f58b76e8be22456bc5a2.tar.gz
tor-2d2cfbcd81f9bcdf1097f58b76e8be22456bc5a2.zip
Merge remote-tracking branch 'isis-github/bug26109'
-rw-r--r--src/rust/crypto/lib.rs3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/rust/crypto/lib.rs b/src/rust/crypto/lib.rs
index d0793a8575..e7e3b22e03 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
+