summaryrefslogtreecommitdiffstats
path: root/lib/libssl/src
diff options
context:
space:
mode:
authormiod <miod@openbsd.org>2015-02-14 13:14:53 +0000
committermiod <miod@openbsd.org>2015-02-14 13:14:53 +0000
commit7b8e87bc0c83ade59fedfad0a587eeb0fa8cb4b4 (patch)
treefa63f6ce00c0712f2990bacf5315219fd019d31f /lib/libssl/src
parenttest server rekey limit (diff)
downloadwireguard-openbsd-7b8e87bc0c83ade59fedfad0a587eeb0fa8cb4b4.tar.xz
wireguard-openbsd-7b8e87bc0c83ade59fedfad0a587eeb0fa8cb4b4.zip
Fix pod markup error.
Diffstat (limited to 'lib/libssl/src')
-rw-r--r--lib/libssl/src/doc/crypto/BN_rand.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libssl/src/doc/crypto/BN_rand.pod b/lib/libssl/src/doc/crypto/BN_rand.pod
index 471010cbb09..856f310077f 100644
--- a/lib/libssl/src/doc/crypto/BN_rand.pod
+++ b/lib/libssl/src/doc/crypto/BN_rand.pod
@@ -32,7 +32,7 @@ non-cryptographic purposes and for certain purposes in cryptographic
protocols, but usually not for key generation etc.
BN_rand_range() generates a cryptographically strong pseudo-random
-number B<rnd> in the range 0 <lt>= B<rnd> E<lt> B<range>.
+number B<rnd> in the range 0 E<lt>= B<rnd> E<lt> B<range>.
BN_pseudo_rand_range() does the same, but is based on BN_pseudo_rand(),
and hence numbers generated by it are not necessarily unpredictable.