diff options
Diffstat (limited to '')
-rw-r--r-- | src/lib/libcrypto/man/BN_rand.3 | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/src/lib/libcrypto/man/BN_rand.3 b/src/lib/libcrypto/man/BN_rand.3 index b2cb315436..b8d225057d 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.6 2016/12/10 21:13:25 schwarze Exp $ | 1 | .\" $OpenBSD: BN_rand.3,v 1.7 2018/03/20 20:26:23 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>. |
@@ -49,7 +49,7 @@ | |||
49 | .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED | 49 | .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED |
50 | .\" OF THE POSSIBILITY OF SUCH DAMAGE. | 50 | .\" OF THE POSSIBILITY OF SUCH DAMAGE. |
51 | .\" | 51 | .\" |
52 | .Dd $Mdocdate: December 10 2016 $ | 52 | .Dd $Mdocdate: March 20 2018 $ |
53 | .Dt BN_RAND 3 | 53 | .Dt BN_RAND 3 |
54 | .Os | 54 | .Os |
55 | .Sh NAME | 55 | .Sh NAME |
@@ -139,9 +139,12 @@ The error codes can be obtained by | |||
139 | .Xr RAND_bytes 3 | 139 | .Xr RAND_bytes 3 |
140 | .Sh HISTORY | 140 | .Sh HISTORY |
141 | .Fn BN_rand | 141 | .Fn BN_rand |
142 | is available in all versions of SSLeay and OpenSSL. | 142 | appeared before SSLeay 0.8 and has been available since |
143 | .Ox 2.4 . | ||
144 | .Pp | ||
143 | .Fn BN_pseudo_rand | 145 | .Fn BN_pseudo_rand |
144 | was added in OpenSSL 0.9.5. | 146 | first appeared in OpenSSL 0.9.5. |
147 | .Pp | ||
145 | The | 148 | The |
146 | .Fa top | 149 | .Fa top |
147 | == -1 case and the function | 150 | == -1 case and the function |