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

16 May
2018
16 May
'18
1:14 p.m.
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::*;
2598
Age (days ago)
2598
Last active (days ago)
0 comments
1 participants
participants (1)
-
nickm@torproject.org