diff options
author | miod <> | 2015-02-14 13:14:53 +0000 |
---|---|---|
committer | miod <> | 2015-02-14 13:14:53 +0000 |
commit | bed3446d294aa19d5397da1bf8f920c94378b9f3 (patch) | |
tree | fc6c1d3a29149f35ac45d6491dfa35dcc9a7e83a | |
parent | 297b0d4a8bf51772b3f0e84123424a8a85e55eab (diff) | |
download | openbsd-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.pod | 2 |
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 | |||
32 | protocols, but usually not for key generation etc. | 32 | protocols, but usually not for key generation etc. |
33 | 33 | ||
34 | BN_rand_range() generates a cryptographically strong pseudo-random | 34 | BN_rand_range() generates a cryptographically strong pseudo-random |
35 | number B<rnd> in the range 0 <lt>= B<rnd> E<lt> B<range>. | 35 | number B<rnd> in the range 0 E<lt>= B<rnd> E<lt> B<range>. |
36 | BN_pseudo_rand_range() does the same, but is based on BN_pseudo_rand(), | 36 | BN_pseudo_rand_range() does the same, but is based on BN_pseudo_rand(), |
37 | and hence numbers generated by it are not necessarily unpredictable. | 37 | and hence numbers generated by it are not necessarily unpredictable. |
38 | 38 | ||