Skip to content

Commit

Permalink
fix build error
Browse files Browse the repository at this point in the history
  • Loading branch information
Taowyoo committed Dec 20, 2022
1 parent 65caf2b commit 5b8a29a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mbedtls/src/rng/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -47,5 +47,5 @@ pub unsafe extern "C" fn mbedtls_psa_external_get_random(
len: size_t,
olen: * mut size_t) -> mbedtls_sys::types::int32_t {
olen = &mut len as * mut size_t;
rng_call(data, len)
self::rdrand::rng_call(data, len)
}

0 comments on commit 5b8a29a

Please sign in to comment.