]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
Fix missing OSSL_FUNC_DIGEST_GET_PARAMS in provider-digest.pod
authorak4153 <doodlez4k@gmail.com>
Sat, 8 Mar 2025 19:37:59 +0000 (21:37 +0200)
committerTomas Mraz <tomas@openssl.org>
Wed, 19 Mar 2025 09:41:34 +0000 (10:41 +0100)
Fixes #26626
CLA: trivial

Reviewed-by: Viktor Dukhovni <viktor@openssl.org>
Reviewed-by: Paul Dale <ppzgs1@gmail.com>
(Merged from https://github.com/openssl/openssl/pull/27009)

doc/man7/provider-digest.pod

index 751321c84b20e510cad7322663164d0c82b661db..bb0b73bb6c0535a3985e38ea4a550f6dcb57789d 100644 (file)
@@ -94,7 +94,8 @@ macros in L<openssl-core_dispatch.h(7)>, 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