Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Taowyoo committed Feb 13, 2024
1 parent b58fe50 commit 868e440
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mbedtls/tests/support/rand.rs
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ pub fn test_rng() -> TestRandom {
use rust_alloc::sync::Arc;

let entropy = Arc::new(super::entropy::entropy_new());
CtrDrbg::new(entropy, None).unwrap()
TestRandom::new(entropy, None).unwrap()
} else {
test_deterministic_rng()
}
Expand Down

0 comments on commit 868e440

Please sign in to comment.