Merge remote-tracking branch 'isis-github/bug26109'

This commit is contained in:
Nick Mathewson 2018-05-16 09:13:27 -04:00
commit 2d2cfbcd81
1 changed files with 2 additions and 1 deletions

View 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