summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormiod <>2015-02-14 13:14:53 +0000
committermiod <>2015-02-14 13:14:53 +0000
commitbed3446d294aa19d5397da1bf8f920c94378b9f3 (patch)
treefc6c1d3a29149f35ac45d6491dfa35dcc9a7e83a
parent297b0d4a8bf51772b3f0e84123424a8a85e55eab (diff)
downloadopenbsd-bed3446d294aa19d5397da1bf8f920c94378b9f3.tar.gz
openbsd-bed3446d294aa19d5397da1bf8f920c94378b9f3.tar.bz2
openbsd-bed3446d294aa19d5397da1bf8f920c94378b9f3.zip
Fix pod markup error.
-rw-r--r--src/lib/libssl/src/doc/crypto/BN_rand.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/libssl/src/doc/crypto/BN_rand.pod b/src/lib/libssl/src/doc/crypto/BN_rand.pod
index 471010cbb0..856f310077 100644
--- a/src/lib/libssl/src/doc/crypto/BN_rand.pod
+++ b/src/lib/libssl/src/doc/crypto/BN_rand.pod
@@ -32,7 +32,7 @@ non-cryptographic purposes and for certain purposes in cryptographic
32protocols, but usually not for key generation etc. 32protocols, but usually not for key generation etc.
33 33
34BN_rand_range() generates a cryptographically strong pseudo-random 34BN_rand_range() generates a cryptographically strong pseudo-random
35number B<rnd> in the range 0 <lt>= B<rnd> E<lt> B<range>. 35number B<rnd> in the range 0 E<lt>= B<rnd> E<lt> B<range>.
36BN_pseudo_rand_range() does the same, but is based on BN_pseudo_rand(), 36BN_pseudo_rand_range() does the same, but is based on BN_pseudo_rand(),
37and hence numbers generated by it are not necessarily unpredictable. 37and hence numbers generated by it are not necessarily unpredictable.
38 38