mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-24 12:23:32 +01:00
rust: Export crypto_rand::* functions from our external crate.
This commit is contained in:
parent
aab626405c
commit
d9c877a6e5
1
src/rust/external/lib.rs
vendored
1
src/rust/external/lib.rs
vendored
@ -15,4 +15,5 @@ pub mod crypto_digest;
|
|||||||
mod crypto_rand;
|
mod crypto_rand;
|
||||||
mod external;
|
mod external;
|
||||||
|
|
||||||
|
pub use crypto_rand::*;
|
||||||
pub use external::*;
|
pub use external::*;
|
||||||
|
Loading…
Reference in New Issue
Block a user