From 8809fdff9350f13e30c51925b73a3b1e172c0511 Mon Sep 17 00:00:00 2001 From: Pauli Date: Mon, 7 Jun 2021 12:28:29 +1000 Subject: [PATCH] doc: add references to digest life cycle documentation Reviewed-by: Tomas Mraz (Merged from https://github.com/openssl/openssl/pull/15637) --- doc/man3/EVP_DigestInit.pod | 7 +++++-- doc/man7/life_cycle-mac.pod | 2 +- doc/man7/provider-digest.pod | 8 +++++++- 3 files changed, 13 insertions(+), 4 deletions(-) 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 -- 2.47.3