diff options
author | 2018-03-22 17:22:38 +0000 | |
---|---|---|
committer | 2018-03-22 17:22:38 +0000 | |
commit | eaf43bad62bc6e786e3d6dd9d4ee074becc4b361 (patch) | |
tree | dfe577bd34035950116ffdd3226300e0ac17f863 | |
parent | crypto HISTORY up to 0.9.6; researched from OpenSSL git (diff) | |
download | wireguard-openbsd-eaf43bad62bc6e786e3d6dd9d4ee074becc4b361.tar.xz wireguard-openbsd-eaf43bad62bc6e786e3d6dd9d4ee074becc4b361.zip |
crypto HISTORY up to 0.9.6a; researched from OpenSSL git
-rw-r--r-- | lib/libcrypto/man/BN_rand.3 | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/lib/libcrypto/man/BN_rand.3 b/lib/libcrypto/man/BN_rand.3 index c9ad000011e..b8cd2df20d3 100644 --- a/lib/libcrypto/man/BN_rand.3 +++ b/lib/libcrypto/man/BN_rand.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: BN_rand.3,v 1.8 2018/03/22 16:06:33 schwarze Exp $ +.\" $OpenBSD: BN_rand.3,v 1.9 2018/03/22 17:22:38 schwarze Exp $ .\" OpenSSL 05ea606a May 20 20:52:46 2016 -0400 .\" .\" This file was written by Ulf Moeller <ulf@openssl.org>. @@ -150,6 +150,8 @@ The .Fa top == -1 case and the function .Fn BN_rand_range -were added in OpenSSL 0.9.6a. +first appeared in OpenSSL 0.9.6a and have been available since +.Ox 3.0 . +.Pp .Fn BN_pseudo_rand_range was added in OpenSSL 0.9.6c. |