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.
.into()
1 parent 4cf6d70 commit cc35b53Copy full SHA for cc35b53
cryptoki/src/session/random.rs
@@ -34,7 +34,7 @@ impl Session {
34
Rv::from(get_pkcs11!(self.client(), C_GenerateRandom)(
35
self.handle(),
36
result.as_mut_ptr(),
37
- random_len,
+ random_len.into(),
38
))
39
.into_result(Function::GenerateRandom)?;
40
}
0 commit comments