]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
doc: add build info for cipher life cycle documentation
authorPauli <pauli@openssl.org>
Mon, 7 Jun 2021 05:14:47 +0000 (15:14 +1000)
committerPauli <pauli@openssl.org>
Tue, 8 Jun 2021 08:56:53 +0000 (18:56 +1000)
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/15637)

doc/build.info

index 2352f116ae146cf1cce6014ffb14e2a2e5f2710e..acd5a41ea71b79e44feea4d58c5e2613f5f6256a 100644 (file)
@@ -4375,6 +4375,10 @@ DEPEND[html/man7/fips_module.html]=man7/fips_module.pod
 GENERATE[html/man7/fips_module.html]=man7/fips_module.pod
 DEPEND[man/man7/fips_module.7]=man7/fips_module.pod
 GENERATE[man/man7/fips_module.7]=man7/fips_module.pod
+DEPEND[html/man7/life_cycle-cipher.html]=man7/life_cycle-cipher.pod
+GENERATE[html/man7/life_cycle-cipher.html]=man7/life_cycle-cipher.pod
+DEPEND[man/man7/life_cycle-cipher.7]=man7/life_cycle-cipher.pod
+GENERATE[man/man7/life_cycle-cipher.7]=man7/life_cycle-cipher.pod
 DEPEND[html/man7/life_cycle-digest.html]=man7/life_cycle-digest.pod
 GENERATE[html/man7/life_cycle-digest.html]=man7/life_cycle-digest.pod
 DEPEND[man/man7/life_cycle-digest.7]=man7/life_cycle-digest.pod
@@ -4517,7 +4521,8 @@ DEPEND[html/man7/x509.html]=man7/x509.pod
 GENERATE[html/man7/x509.html]=man7/x509.pod
 DEPEND[man/man7/x509.7]=man7/x509.pod
 GENERATE[man/man7/x509.7]=man7/x509.pod
-IMAGEDOCS[man7]=man7/img/digest.png \
+IMAGEDOCS[man7]=man7/img/cipher.png \
+man7/img/digest.png \
 man7/img/kdf.png \
 man7/img/mac.png \
 man7/img/rand.png
@@ -4605,6 +4610,7 @@ html/man7/ct.html \
 html/man7/des_modes.html \
 html/man7/evp.html \
 html/man7/fips_module.html \
+html/man7/life_cycle-cipher.html \
 html/man7/life_cycle-digest.html \
 html/man7/life_cycle-kdf.html \
 html/man7/life_cycle-mac.html \
@@ -4724,6 +4730,7 @@ man/man7/ct.7 \
 man/man7/des_modes.7 \
 man/man7/evp.7 \
 man/man7/fips_module.7 \
+man/man7/life_cycle-cipher.7 \
 man/man7/life_cycle-digest.7 \
 man/man7/life_cycle-kdf.7 \
 man/man7/life_cycle-mac.7 \