summaryrefslogtreecommitdiff
path: root/doc/build.info
diff options
context:
space:
mode:
authorTodd Short <tshort@akamai.com>2022-09-21 14:06:23 -0400
committerHugo Landau <hlandau@openssl.org>2022-09-26 07:57:01 +0100
commit28a5aa0cbdddfdf4d82a437d72407d4f52d4e54a (patch)
treeda6cb87e38cdd202aab5bb8d381dee4d77b28d90 /doc/build.info
parente869c867c1c405de3b6538586f17b67937556a4b (diff)
downloadopenssl-new-28a5aa0cbdddfdf4d82a437d72407d4f52d4e54a.tar.gz
Add documentation for the OPENSSL_gmtime functions
Reviewed-by: Tomas Mraz <tomas@openssl.org> Reviewed-by: Paul Dale <pauli@openssl.org> Reviewed-by: Hugo Landau <hlandau@openssl.org> (Merged from https://github.com/openssl/openssl/pull/19257)
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 068082df32..809ffee95b 100644
--- a/doc/build.info
+++ b/doc/build.info
@@ -1503,6 +1503,10 @@ DEPEND[html/man3/OPENSSL_fork_prepare.html]=man3/OPENSSL_fork_prepare.pod
GENERATE[html/man3/OPENSSL_fork_prepare.html]=man3/OPENSSL_fork_prepare.pod
DEPEND[man/man3/OPENSSL_fork_prepare.3]=man3/OPENSSL_fork_prepare.pod
GENERATE[man/man3/OPENSSL_fork_prepare.3]=man3/OPENSSL_fork_prepare.pod
+DEPEND[html/man3/OPENSSL_gmtime.html]=man3/OPENSSL_gmtime.pod
+GENERATE[html/man3/OPENSSL_gmtime.html]=man3/OPENSSL_gmtime.pod
+DEPEND[man/man3/OPENSSL_gmtime.3]=man3/OPENSSL_gmtime.pod
+GENERATE[man/man3/OPENSSL_gmtime.3]=man3/OPENSSL_gmtime.pod
DEPEND[html/man3/OPENSSL_hexchar2int.html]=man3/OPENSSL_hexchar2int.pod
GENERATE[html/man3/OPENSSL_hexchar2int.html]=man3/OPENSSL_hexchar2int.pod
DEPEND[man/man3/OPENSSL_hexchar2int.3]=man3/OPENSSL_hexchar2int.pod
@@ -3135,6 +3139,7 @@ html/man3/OPENSSL_LH_COMPFUNC.html \
html/man3/OPENSSL_LH_stats.html \
html/man3/OPENSSL_config.html \
html/man3/OPENSSL_fork_prepare.html \
+html/man3/OPENSSL_gmtime.html \
html/man3/OPENSSL_hexchar2int.html \
html/man3/OPENSSL_ia32cap.html \
html/man3/OPENSSL_init_crypto.html \
@@ -3737,6 +3742,7 @@ man/man3/OPENSSL_LH_COMPFUNC.3 \
man/man3/OPENSSL_LH_stats.3 \
man/man3/OPENSSL_config.3 \
man/man3/OPENSSL_fork_prepare.3 \
+man/man3/OPENSSL_gmtime.3 \
man/man3/OPENSSL_hexchar2int.3 \
man/man3/OPENSSL_ia32cap.3 \
man/man3/OPENSSL_init_crypto.3 \