summaryrefslogtreecommitdiffstats
path: root/doc/build.info
diff options
context:
space:
mode:
authorHugo Landau <hlandau@openssl.org>2022-05-31 20:22:40 +0100
committerPauli <pauli@openssl.org>2022-09-23 11:59:13 +1000
commitb88ce46ee88c4128f72694e42160622844971d04 (patch)
tree3edc587990721e76378bd7a8429c8b2919c61f41 /doc/build.info
parenta29ad912b82f50ef876bef99c66522dccd41b6f8 (diff)
BIO_s_dgram_pair
Reviewed-by: Matt Caswell <matt@openssl.org> Reviewed-by: Paul Dale <pauli@openssl.org> (Merged from https://github.com/openssl/openssl/pull/18442)
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 6b6e837838..b90ad11eae 100644
--- a/doc/build.info
+++ b/doc/build.info
@@ -651,6 +651,10 @@ DEPEND[html/man3/BIO_s_core.html]=man3/BIO_s_core.pod
GENERATE[html/man3/BIO_s_core.html]=man3/BIO_s_core.pod
DEPEND[man/man3/BIO_s_core.3]=man3/BIO_s_core.pod
GENERATE[man/man3/BIO_s_core.3]=man3/BIO_s_core.pod
+DEPEND[html/man3/BIO_s_dgram_pair.html]=man3/BIO_s_dgram_pair.pod
+GENERATE[html/man3/BIO_s_dgram_pair.html]=man3/BIO_s_dgram_pair.pod
+DEPEND[man/man3/BIO_s_dgram_pair.3]=man3/BIO_s_dgram_pair.pod
+GENERATE[man/man3/BIO_s_dgram_pair.3]=man3/BIO_s_dgram_pair.pod
DEPEND[html/man3/BIO_s_fd.html]=man3/BIO_s_fd.pod
GENERATE[html/man3/BIO_s_fd.html]=man3/BIO_s_fd.pod
DEPEND[man/man3/BIO_s_fd.3]=man3/BIO_s_fd.pod
@@ -2914,6 +2918,7 @@ html/man3/BIO_s_accept.html \
html/man3/BIO_s_bio.html \
html/man3/BIO_s_connect.html \
html/man3/BIO_s_core.html \
+html/man3/BIO_s_dgram_pair.html \
html/man3/BIO_s_fd.html \
html/man3/BIO_s_file.html \
html/man3/BIO_s_mem.html \
@@ -3514,6 +3519,7 @@ man/man3/BIO_s_accept.3 \
man/man3/BIO_s_bio.3 \
man/man3/BIO_s_connect.3 \
man/man3/BIO_s_core.3 \
+man/man3/BIO_s_dgram_pair.3 \
man/man3/BIO_s_fd.3 \
man/man3/BIO_s_file.3 \
man/man3/BIO_s_mem.3 \