summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorschwarze <>2018-03-22 17:22:38 +0000
committerschwarze <>2018-03-22 17:22:38 +0000
commit3eac5d72d763d531cdbb57189d90166f1b38b20a (patch)
treede5e2b6cddbbcefbc3b0fa8a32bee0115a0b6e4f
parent08539d0ba61ec8adcb140b0b12638d37184389e5 (diff)
downloadopenbsd-3eac5d72d763d531cdbb57189d90166f1b38b20a.tar.gz
openbsd-3eac5d72d763d531cdbb57189d90166f1b38b20a.tar.bz2
openbsd-3eac5d72d763d531cdbb57189d90166f1b38b20a.zip
crypto HISTORY up to 0.9.6a; researched from OpenSSL git
-rw-r--r--src/lib/libcrypto/man/BN_rand.36
1 files changed, 4 insertions, 2 deletions
diff --git a/src/lib/libcrypto/man/BN_rand.3 b/src/lib/libcrypto/man/BN_rand.3
index c9ad000011..b8cd2df20d 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.8 2018/03/22 16:06:33 schwarze Exp $ 1.\" $OpenBSD: BN_rand.3,v 1.9 2018/03/22 17:22:38 schwarze Exp $
2.\" OpenSSL 05ea606a May 20 20:52:46 2016 -0400 2.\" OpenSSL 05ea606a May 20 20:52:46 2016 -0400
3.\" 3.\"
4.\" This file was written by Ulf Moeller <ulf@openssl.org>. 4.\" This file was written by Ulf Moeller <ulf@openssl.org>.
@@ -150,6 +150,8 @@ The
150.Fa top 150.Fa top
151== -1 case and the function 151== -1 case and the function
152.Fn BN_rand_range 152.Fn BN_rand_range
153were added in OpenSSL 0.9.6a. 153first appeared in OpenSSL 0.9.6a and have been available since
154.Ox 3.0 .
155.Pp
154.Fn BN_pseudo_rand_range 156.Fn BN_pseudo_rand_range
155was added in OpenSSL 0.9.6c. 157was added in OpenSSL 0.9.6c.