commit d9c877a6e529b6c16cee2fa6883c252f140a9486 Author: Isis Lovecruft isis@torproject.org Date: Tue May 15 02:05:14 2018 +0000
rust: Export crypto_rand::* functions from our external crate. --- src/rust/external/lib.rs | 1 + 1 file changed, 1 insertion(+)
diff --git a/src/rust/external/lib.rs b/src/rust/external/lib.rs index ffd38ac5d..b72a4f6e4 100644 --- a/src/rust/external/lib.rs +++ b/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::*;
tor-commits@lists.torproject.org