Explorar el Código

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

Nick Mathewson hace 6 años
padre
commit
e5974e5158
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      src/rust/external/lib.rs

+ 1 - 0
src/rust/external/lib.rs

@@ -15,4 +15,5 @@ pub mod crypto_digest;
 mod crypto_rand;
 mod external;
 
+pub use crypto_rand::*;
 pub use external::*;