[tor-commits] [tor/master] rust: Export crypto_rand::* functions from our external crate.

nickm at torproject.org nickm at torproject.org
Wed May 16 13:14:20 UTC 2018


commit d9c877a6e529b6c16cee2fa6883c252f140a9486
Author: Isis Lovecruft <isis at 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::*;





More information about the tor-commits mailing list