From: Pauli Date: Mon, 7 Jun 2021 02:28:29 +0000 (+1000) Subject: doc: add references to digest life cycle documentation X-Git-Tag: openssl-3.0.0-beta1~159 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8809fdff9350f13e30c51925b73a3b1e172c0511;p=thirdparty%2Fopenssl.git doc: add references to digest life cycle documentation Reviewed-by: Tomas Mraz (Merged from https://github.com/openssl/openssl/pull/15637) --- diff --git a/doc/man3/EVP_DigestInit.pod b/doc/man3/EVP_DigestInit.pod index 201c0110954..dd822a4ca05 100644 --- a/doc/man3/EVP_DigestInit.pod +++ b/doc/man3/EVP_DigestInit.pod @@ -691,7 +691,11 @@ L, L, L, L, -L +L, +L, +L, +L, +L The full list of digest algorithms are provided below. @@ -706,7 +710,6 @@ L, L, L, L -L =head1 HISTORY diff --git a/doc/man7/life_cycle-mac.pod b/doc/man7/life_cycle-mac.pod index 7875e53cbe7..1a9a0088182 100644 --- a/doc/man7/life_cycle-mac.pod +++ b/doc/man7/life_cycle-mac.pod @@ -92,7 +92,7 @@ This is the canonical list. =begin man - Function Call ------------- Current State ------------- + Function Call --------------------- Current State ---------------------- start newed initialised updated finaled freed EVP_MAC_CTX_new newed EVP_MAC_init initialised initialised initialised initialised diff --git a/doc/man7/provider-digest.pod b/doc/man7/provider-digest.pod index bacdbf48212..63f30d77b57 100644 --- a/doc/man7/provider-digest.pod +++ b/doc/man7/provider-digest.pod @@ -262,7 +262,13 @@ produces larger digests is unusable with those API calls. =head1 SEE ALSO L, L, L, -L +L, +L, L, L, +L, L, L, +L, L, L, +L, L, L, +L, L, +L, L =head1 HISTORY