summaryrefslogtreecommitdiffstats
path: root/doc/build.info
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2023-08-25 18:05:32 +0100
committerMatt Caswell <matt@openssl.org>2023-09-08 15:44:37 +0100
commit5bd2f66a848049d34fe5852e68b67e6c4e06b524 (patch)
tree0651899e5aff3ef4763c3fcb5f05f78db2d46e3d /doc/build.info
parentb71784f741d5a90712607f57a45912292fba9573 (diff)
Add a new guide page on writing a non-blocking TLS client
Reviewed-by: Tomas Mraz <tomas@openssl.org> Reviewed-by: Hugo Landau <hlandau@openssl.org> (Merged from https://github.com/openssl/openssl/pull/21950)
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 5af90ed5b2..7e819cfe31 100644
--- a/doc/build.info
+++ b/doc/build.info
@@ -4791,6 +4791,10 @@ DEPEND[html/man7/ossl-guide-tls-client-block.html]=man7/ossl-guide-tls-client-bl
GENERATE[html/man7/ossl-guide-tls-client-block.html]=man7/ossl-guide-tls-client-block.pod
DEPEND[man/man7/ossl-guide-tls-client-block.7]=man7/ossl-guide-tls-client-block.pod
GENERATE[man/man7/ossl-guide-tls-client-block.7]=man7/ossl-guide-tls-client-block.pod
+DEPEND[html/man7/ossl-guide-tls-client-non-block.html]=man7/ossl-guide-tls-client-non-block.pod
+GENERATE[html/man7/ossl-guide-tls-client-non-block.html]=man7/ossl-guide-tls-client-non-block.pod
+DEPEND[man/man7/ossl-guide-tls-client-non-block.7]=man7/ossl-guide-tls-client-non-block.pod
+GENERATE[man/man7/ossl-guide-tls-client-non-block.7]=man7/ossl-guide-tls-client-non-block.pod
DEPEND[html/man7/ossl-guide-tls-introduction.html]=man7/ossl-guide-tls-introduction.pod
GENERATE[html/man7/ossl-guide-tls-introduction.html]=man7/ossl-guide-tls-introduction.pod
DEPEND[man/man7/ossl-guide-tls-introduction.7]=man7/ossl-guide-tls-introduction.pod
@@ -5006,6 +5010,7 @@ html/man7/ossl-guide-quic-client-block.html \
html/man7/ossl-guide-quic-introduction.html \
html/man7/ossl-guide-quic-multi-stream.html \
html/man7/ossl-guide-tls-client-block.html \
+html/man7/ossl-guide-tls-client-non-block.html \
html/man7/ossl-guide-tls-introduction.html \
html/man7/ossl_store-file.html \
html/man7/ossl_store.html \
@@ -5146,6 +5151,7 @@ man/man7/ossl-guide-quic-client-block.7 \
man/man7/ossl-guide-quic-introduction.7 \
man/man7/ossl-guide-quic-multi-stream.7 \
man/man7/ossl-guide-tls-client-block.7 \
+man/man7/ossl-guide-tls-client-non-block.7 \
man/man7/ossl-guide-tls-introduction.7 \
man/man7/ossl_store-file.7 \
man/man7/ossl_store.7 \