]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
rust: Export crypto_rand::* functions from our external crate.
authorIsis Lovecruft <isis@torproject.org>
Tue, 15 May 2018 02:05:14 +0000 (02:05 +0000)
committerIsis Lovecruft <isis@torproject.org>
Tue, 15 May 2018 18:03:18 +0000 (18:03 +0000)
src/rust/external/lib.rs

index ffd38ac5da69abad7b40cf2ad36e085c57df2b9c..b72a4f6e4ce62e02a9590196d0572a05835c9cc4 100644 (file)
@@ -15,4 +15,5 @@ pub mod crypto_digest;
 mod crypto_rand;
 mod external;
 
+pub use crypto_rand::*;
 pub use external::*;