summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorschwarze <>2018-12-22 00:03:51 +0000
committerschwarze <>2018-12-22 00:03:51 +0000
commitffdcbe28f5f0aaabcc52bd82b81dd20c45ad3f2b (patch)
treec1cc5535c162985dea827c567660bd04396b3c62
parent47e84843ddbe911caedf2ef9064648619892ffd5 (diff)
downloadopenbsd-ffdcbe28f5f0aaabcc52bd82b81dd20c45ad3f2b.tar.gz
openbsd-ffdcbe28f5f0aaabcc52bd82b81dd20c45ad3f2b.tar.bz2
openbsd-ffdcbe28f5f0aaabcc52bd82b81dd20c45ad3f2b.zip
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@.
-rw-r--r--src/lib/libcrypto/man/BN_rand.314
1 files 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 @@
1.\" $OpenBSD: BN_rand.3,v 1.12 2018/12/21 20:09:04 schwarze Exp $ 1.\" $OpenBSD: BN_rand.3,v 1.13 2018/12/22 00:03:51 schwarze Exp $
2.\" full merge up to: OpenSSL 05ea606a May 20 20:52:46 2016 -0400 2.\" full merge up to: OpenSSL 05ea606a May 20 20:52:46 2016 -0400
3.\" selective merge up to: OpenSSL df75c2bf Dec 9 01:02:36 2018 +0100 3.\" selective merge up to: OpenSSL df75c2bf Dec 9 01:02:36 2018 +0100
4.\" 4.\"
@@ -50,7 +50,7 @@
50.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED 50.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
51.\" OF THE POSSIBILITY OF SUCH DAMAGE. 51.\" OF THE POSSIBILITY OF SUCH DAMAGE.
52.\" 52.\"
53.Dd $Mdocdate: December 21 2018 $ 53.Dd $Mdocdate: December 22 2018 $
54.Dt BN_RAND 3 54.Dt BN_RAND 3
55.Os 55.Os
56.Sh NAME 56.Sh NAME
@@ -143,11 +143,6 @@ first appeared in SSLeay 0.5.1 and has been available since
143.Fn BN_pseudo_rand 143.Fn BN_pseudo_rand
144first appeared in OpenSSL 0.9.5 and has been available since 144first appeared in OpenSSL 0.9.5 and has been available since
145.Ox 2.7 . 145.Ox 2.7 .
146It does the same as
147.Fn BN_rand
148since
149.Ox 6.1
150and since OpenSSL 1.1.0.
151.Pp 146.Pp
152The 147The
153.Fa top 148.Fa top
@@ -159,8 +154,3 @@ first appeared in OpenSSL 0.9.6a and have been available since
159.Fn BN_pseudo_rand_range 154.Fn BN_pseudo_rand_range
160first appeared in OpenSSL 0.9.6c and have been available since 155first appeared in OpenSSL 0.9.6c and have been available since
161.Ox 3.2 . 156.Ox 3.2 .
162It does the same as
163.Fn BN_rand_range
164since
165.Ox 6.1
166and since OpenSSL 1.1.0.