From e0c4e43e40390e44614d14817e34b47e1c17d630 Mon Sep 17 00:00:00 2001 From: Hugo Landau Date: Mon, 1 Aug 2022 10:33:00 +0100 Subject: BIO_sendmmsg/BIO_recvmmsg (API only) Reviewed-by: Tomas Mraz Reviewed-by: Matt Caswell (Merged from https://github.com/openssl/openssl/pull/18923) --- doc/build.info | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'doc/build.info') 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 \ -- cgit v1.2.3