浏览代码

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

Nick Mathewson 7 年之前
父节点
当前提交
2d2cfbcd81
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2 1
      src/rust/crypto/lib.rs

+ 2 - 1
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
+