summaryrefslogtreecommitdiff
path: root/doc/build.info
diff options
context:
space:
mode:
authorHugo Landau <hlandau@openssl.org>2022-08-01 10:33:00 +0100
committerHugo Landau <hlandau@openssl.org>2022-08-19 09:01:30 +0100
commite0c4e43e40390e44614d14817e34b47e1c17d630 (patch)
tree7448a600dab52bff8359fcb6b10d29d796cf185f /doc/build.info
parent709d4be78f64a8ba0707fb5682b90039e848dad4 (diff)
downloadopenssl-new-e0c4e43e40390e44614d14817e34b47e1c17d630.tar.gz
BIO_sendmmsg/BIO_recvmmsg (API only)
Reviewed-by: Tomas Mraz <tomas@openssl.org> Reviewed-by: Matt Caswell <matt@openssl.org> (Merged from https://github.com/openssl/openssl/pull/18923)
Diffstat (limited to 'doc/build.info')
-rw-r--r--doc/build.info6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/build.info b/doc/build.info
index 0977b03023..c029f798ef 100644
--- a/doc/build.info
+++ b/doc/build.info
@@ -671,6 +671,10 @@ DEPEND[html/man3/BIO_s_socket.html]=man3/BIO_s_socket.pod
GENERATE[html/man3/BIO_s_socket.html]=man3/BIO_s_socket.pod
DEPEND[man/man3/BIO_s_socket.3]=man3/BIO_s_socket.pod
GENERATE[man/man3/BIO_s_socket.3]=man3/BIO_s_socket.pod
+DEPEND[html/man3/BIO_sendmmsg.html]=man3/BIO_sendmmsg.pod
+GENERATE[html/man3/BIO_sendmmsg.html]=man3/BIO_sendmmsg.pod
+DEPEND[man/man3/BIO_sendmmsg.3]=man3/BIO_sendmmsg.pod
+GENERATE[man/man3/BIO_sendmmsg.3]=man3/BIO_sendmmsg.pod
DEPEND[html/man3/BIO_set_callback.html]=man3/BIO_set_callback.pod
GENERATE[html/man3/BIO_set_callback.html]=man3/BIO_set_callback.pod
DEPEND[man/man3/BIO_set_callback.3]=man3/BIO_set_callback.pod
@@ -2907,6 +2911,7 @@ html/man3/BIO_s_file.html \
html/man3/BIO_s_mem.html \
html/man3/BIO_s_null.html \
html/man3/BIO_s_socket.html \
+html/man3/BIO_sendmmsg.html \
html/man3/BIO_set_callback.html \
html/man3/BIO_should_retry.html \
html/man3/BIO_socket_wait.html \
@@ -3504,6 +3509,7 @@ man/man3/BIO_s_file.3 \
man/man3/BIO_s_mem.3 \
man/man3/BIO_s_null.3 \
man/man3/BIO_s_socket.3 \
+man/man3/BIO_sendmmsg.3 \
man/man3/BIO_set_callback.3 \
man/man3/BIO_should_retry.3 \
man/man3/BIO_socket_wait.3 \