summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/man/RAND_add.3
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libcrypto/man/RAND_add.3')
-rw-r--r--src/lib/libcrypto/man/RAND_add.38
1 files changed, 6 insertions, 2 deletions
diff --git a/src/lib/libcrypto/man/RAND_add.3 b/src/lib/libcrypto/man/RAND_add.3
index a8088c53cd..7fd955dde6 100644
--- a/src/lib/libcrypto/man/RAND_add.3
+++ b/src/lib/libcrypto/man/RAND_add.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: RAND_add.3,v 1.8 2018/03/22 16:06:33 schwarze Exp $ 1.\" $OpenBSD: RAND_add.3,v 1.9 2018/03/23 23:18:17 schwarze Exp $
2.\" content checked up to: OpenSSL c16de9d8 Aug 31 23:16:22 2017 +0200 2.\" content checked up to: OpenSSL c16de9d8 Aug 31 23:16:22 2017 +0200
3.\" 3.\"
4.\" Copyright (c) 2014 Miod Vallat <miod@openbsd.org> 4.\" Copyright (c) 2014 Miod Vallat <miod@openbsd.org>
@@ -15,7 +15,7 @@
15.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF 15.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
16.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 16.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
17.\" 17.\"
18.Dd $Mdocdate: March 22 2018 $ 18.Dd $Mdocdate: March 23 2018 $
19.Dt RAND_ADD 3 19.Dt RAND_ADD 3
20.Os 20.Os
21.Sh NAME 21.Sh NAME
@@ -67,3 +67,7 @@ and
67.Fn RAND_status 67.Fn RAND_status
68first appeared in OpenSSL 0.9.5 and have been available since 68first appeared in OpenSSL 0.9.5 and have been available since
69.Ox 2.7 . 69.Ox 2.7 .
70.Pp
71.Fn RAND_poll
72first appeared in OpenSSL 0.9.6 and has been available since
73.Ox 2.9 .