Explorar o código

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

Nick Mathewson %!s(int64=7) %!d(string=hai) anos
pai
achega
2d2cfbcd81
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  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
+