aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteven Fackler <[email protected]>2016-11-01 21:42:39 -0700
committerSteven Fackler <[email protected]>2016-11-01 21:42:39 -0700
commit888b8b696c4adb36c30e5dc2551d6a4d6f79af47 (patch)
tree1eae6f41d5021d76fac8daf2c2088404c16f4fd4
parentFix stack signatures (diff)
downloadrust-openssl-888b8b696c4adb36c30e5dc2551d6a4d6f79af47.tar.xz
rust-openssl-888b8b696c4adb36c30e5dc2551d6a4d6f79af47.zip
Fix docs
-rw-r--r--openssl/src/bn.rs2
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,