diff --git a/openssl/src/bn.rs b/openssl/src/bn.rs index 7542b25a..7bc8b2c9 100644 --- a/openssl/src/bn.rs +++ b/openssl/src/bn.rs @@ -211,7 +211,7 @@ impl BnCtx { } } - /// The cryptographically weak counterpart to `checked_new_random`. + /// The cryptographically weak counterpart to `rand`. pub fn pseudo_rand(r: &mut Ref, bits: i32, prop: RNGProperty,