Skip to content

Commit 69c1ca0

Browse files
Fix FFI
1 parent 6b618ae commit 69c1ca0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

boringtun/src/ffi/mod.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ use hex::encode as encode_hex;
1313
use libc::{raise, SIGSEGV};
1414
use parking_lot::Mutex;
1515
use rand::rngs::OsRng;
16+
use rand::TryRngCore;
1617
use tracing;
1718
use tracing_subscriber::fmt;
1819

0 commit comments

Comments
 (0)