From bed3446d294aa19d5397da1bf8f920c94378b9f3 Mon Sep 17 00:00:00 2001 From: miod <> Date: Sat, 14 Feb 2015 13:14:53 +0000 Subject: Fix pod markup error. --- src/lib/libssl/src/doc/crypto/BN_rand.pod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 protocols, but usually not for key generation etc. BN_rand_range() generates a cryptographically strong pseudo-random -number B in the range 0 = B E B. +number B in the range 0 E= B E B. BN_pseudo_rand_range() does the same, but is based on BN_pseudo_rand(), and hence numbers generated by it are not necessarily unpredictable. -- cgit v1.2.3-55-g6feb