We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b618ae commit 69c1ca0Copy full SHA for 69c1ca0
boringtun/src/ffi/mod.rs
@@ -13,6 +13,7 @@ use hex::encode as encode_hex;
13
use libc::{raise, SIGSEGV};
14
use parking_lot::Mutex;
15
use rand::rngs::OsRng;
16
+use rand::TryRngCore;
17
use tracing;
18
use tracing_subscriber::fmt;
19
0 commit comments