From f9548d21bae8667b71254d82478e0094a5a3982d Mon Sep 17 00:00:00 2001 From: Matt Caswell Date: Wed, 28 Apr 2021 15:23:16 +0100 Subject: Document the new core BIO public API support Fixes #14409 Reviewed-by: Tomas Mraz (Merged from https://github.com/openssl/openssl/pull/15072) --- 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 738f10d5f1..8ee9ca10e3 100644 --- a/doc/build.info +++ b/doc/build.info @@ -630,6 +630,10 @@ DEPEND[html/man3/BIO_s_connect.html]=man3/BIO_s_connect.pod GENERATE[html/man3/BIO_s_connect.html]=man3/BIO_s_connect.pod DEPEND[man/man3/BIO_s_connect.3]=man3/BIO_s_connect.pod GENERATE[man/man3/BIO_s_connect.3]=man3/BIO_s_connect.pod +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_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 @@ -2851,6 +2855,7 @@ html/man3/BIO_read.html \ 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_fd.html \ html/man3/BIO_s_file.html \ html/man3/BIO_s_mem.html \ @@ -3437,6 +3442,7 @@ man/man3/BIO_read.3 \ 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_fd.3 \ man/man3/BIO_s_file.3 \ man/man3/BIO_s_mem.3 \ -- cgit v1.2.3