diff options
| author | Steven Fackler <[email protected]> | 2016-11-01 21:42:39 -0700 |
|---|---|---|
| committer | Steven Fackler <[email protected]> | 2016-11-01 21:42:39 -0700 |
| commit | 888b8b696c4adb36c30e5dc2551d6a4d6f79af47 (patch) | |
| tree | 1eae6f41d5021d76fac8daf2c2088404c16f4fd4 | |
| parent | Fix stack signatures (diff) | |
| download | rust-openssl-888b8b696c4adb36c30e5dc2551d6a4d6f79af47.tar.xz rust-openssl-888b8b696c4adb36c30e5dc2551d6a4d6f79af47.zip | |
Fix docs
| -rw-r--r-- | openssl/src/bn.rs | 2 |
1 files changed, 1 insertions, 1 deletions
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<BigNum>, bits: i32, prop: RNGProperty, |