Parcourir la source

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

Nick Mathewson il y a 6 ans
Parent
commit
e5974e5158
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  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::*;