diff options
| author | schwarze <> | 2018-12-22 00:03:51 +0000 |
|---|---|---|
| committer | schwarze <> | 2018-12-22 00:03:51 +0000 |
| commit | ba7a4b64b02969dd552716cac5dc545595758c1f (patch) | |
| tree | c1cc5535c162985dea827c567660bd04396b3c62 | |
| parent | da5117318f543ac585be628e373b3c9c76e2c4ba (diff) | |
| download | openbsd-ba7a4b64b02969dd552716cac5dc545595758c1f.tar.gz openbsd-ba7a4b64b02969dd552716cac5dc545595758c1f.tar.bz2 openbsd-ba7a4b64b02969dd552716cac5dc545595758c1f.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@.
Diffstat (limited to '')
| -rw-r--r-- | src/lib/libcrypto/man/BN_rand.3 | 14 |
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 |
| 144 | first appeared in OpenSSL 0.9.5 and has been available since | 144 | first appeared in OpenSSL 0.9.5 and has been available since |
| 145 | .Ox 2.7 . | 145 | .Ox 2.7 . |
| 146 | It does the same as | ||
| 147 | .Fn BN_rand | ||
| 148 | since | ||
| 149 | .Ox 6.1 | ||
| 150 | and since OpenSSL 1.1.0. | ||
| 151 | .Pp | 146 | .Pp |
| 152 | The | 147 | The |
| 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 |
| 160 | first appeared in OpenSSL 0.9.6c and have been available since | 155 | first appeared in OpenSSL 0.9.6c and have been available since |
| 161 | .Ox 3.2 . | 156 | .Ox 3.2 . |
| 162 | It does the same as | ||
| 163 | .Fn BN_rand_range | ||
| 164 | since | ||
| 165 | .Ox 6.1 | ||
| 166 | and since OpenSSL 1.1.0. | ||
