diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-06-16 12:43:28 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-06-16 12:43:28 -0400 |
commit | 71ddfbaadd9802ae935208191fbe2605d9146491 (patch) | |
tree | 9dd21ff026da512a2f0f803e45da1f3952b99b4d /src/rust/crypto | |
parent | 3dd94a7ea7e85307822885306cbd7096b56442df (diff) | |
parent | ac5b1428ea9d0a4c59e9c9c11a88019ebae6abf0 (diff) | |
download | tor-71ddfbaadd9802ae935208191fbe2605d9146491.tar.gz tor-71ddfbaadd9802ae935208191fbe2605d9146491.zip |
Merge remote-tracking branch 'isis/bug26267' into maint-0.3.4
Diffstat (limited to 'src/rust/crypto')
-rw-r--r-- | src/rust/crypto/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/rust/crypto/lib.rs b/src/rust/crypto/lib.rs index e7e3b22e03..b349664dbe 100644 --- a/src/rust/crypto/lib.rs +++ b/src/rust/crypto/lib.rs @@ -34,4 +34,5 @@ extern crate libc; extern crate external; pub mod digests; // Unfortunately named "digests" plural to avoid name conflict with the digest crate +pub mod rand; |