From e08d6e9338935637873ec6733b17aafcff152ebd Mon Sep 17 00:00:00 2001 From: ak4153 Date: Sat, 8 Mar 2025 21:37:59 +0200 Subject: [PATCH] Fix missing OSSL_FUNC_DIGEST_GET_PARAMS in provider-digest.pod Fixes #26626 CLA: trivial Reviewed-by: Viktor Dukhovni Reviewed-by: Paul Dale (Merged from https://github.com/openssl/openssl/pull/27009) (cherry picked from commit 978e23a472a6acdee737ab70d0d74e173affa5ef) --- doc/man7/provider-digest.pod | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/man7/provider-digest.pod b/doc/man7/provider-digest.pod index 751321c84b2..bb0b73bb6c0 100644 --- a/doc/man7/provider-digest.pod +++ b/doc/man7/provider-digest.pod @@ -94,7 +94,8 @@ macros in L, as follows: A digest algorithm implementation may not implement all of these functions. In order to be usable all or none of OSSL_FUNC_digest_newctx, OSSL_FUNC_digest_freectx, -OSSL_FUNC_digest_init, OSSL_FUNC_digest_update and OSSL_FUNC_digest_final should be implemented. +OSSL_FUNC_digest_init, OSSL_FUNC_digest_update, OSSL_FUNC_digest_final +and OSSL_FUNC_digest_get_params should be implemented. All other functions are optional. =head2 Context Management Functions -- 2.47.2