Преглед изворни кода

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

Nick Mathewson пре 6 година
родитељ
комит
e5974e5158
1 измењених фајлова са 1 додато и 0 уклоњено
  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::*;