From ffdcbe28f5f0aaabcc52bd82b81dd20c45ad3f2b Mon Sep 17 00:00:00 2001 From: schwarze <> Date: Sat, 22 Dec 2018 00:03:51 +0000 Subject: Delete irrelevant HISTORY details. Simply use BN_rand(3); there is no need to know at which time BN_pseudo_rand(3) was made the same as BN_rand(3). Considering that question might even mislead people to attempt ill-advised #ifdef'ing. Pointed out by deraadt@. --- src/lib/libcrypto/man/BN_rand.3 | 14 ++------------ 1 file changed, 2 insertions(+), 12 deletions(-) diff --git a/src/lib/libcrypto/man/BN_rand.3 b/src/lib/libcrypto/man/BN_rand.3 index 8434740664..a0b1ab9f6c 100644 --- a/src/lib/libcrypto/man/BN_rand.3 +++ b/src/lib/libcrypto/man/BN_rand.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: BN_rand.3,v 1.12 2018/12/21 20:09:04 schwarze Exp $ +.\" $OpenBSD: BN_rand.3,v 1.13 2018/12/22 00:03:51 schwarze Exp $ .\" full merge up to: OpenSSL 05ea606a May 20 20:52:46 2016 -0400 .\" selective merge up to: OpenSSL df75c2bf Dec 9 01:02:36 2018 +0100 .\" @@ -50,7 +50,7 @@ .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED .\" OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: December 21 2018 $ +.Dd $Mdocdate: December 22 2018 $ .Dt BN_RAND 3 .Os .Sh NAME @@ -143,11 +143,6 @@ first appeared in SSLeay 0.5.1 and has been available since .Fn BN_pseudo_rand first appeared in OpenSSL 0.9.5 and has been available since .Ox 2.7 . -It does the same as -.Fn BN_rand -since -.Ox 6.1 -and since OpenSSL 1.1.0. .Pp The .Fa top @@ -159,8 +154,3 @@ first appeared in OpenSSL 0.9.6a and have been available since .Fn BN_pseudo_rand_range first appeared in OpenSSL 0.9.6c and have been available since .Ox 3.2 . -It does the same as -.Fn BN_rand_range -since -.Ox 6.1 -and since OpenSSL 1.1.0. -- cgit v1.2.3-55-g6feb