]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
doc: Fix incorrect pairing of functions
authorLadislav Marko <LadislavMarko@seznam.cz>
Tue, 11 Apr 2023 13:51:06 +0000 (15:51 +0200)
committerPauli <pauli@openssl.org>
Thu, 13 Apr 2023 00:13:32 +0000 (10:13 +1000)
CLA: trivial

The functions that should be implemented together are `OSSL_FUNC_signature_verify_recover_init` and `OSSL_FUNC_signature_verify_recover` and not  `OSSL_FUNC_signature_verify_recover_init` with ` OSSL_FUNC_signature_verify_init`

Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Hugo Landau <hlandau@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/20704)

(cherry picked from commit 51b941ac290864103d00a3d6a3018372b58b01f4)

doc/man7/provider-signature.pod

index ad843471bbb09a1483e687a34325347c0206ebd0..02eafd7800df49599e7fc54d94c4137fc1ebde14 100644 (file)
@@ -155,7 +155,7 @@ set of "signature" functions, i.e. at least one of:
 
 =item OSSL_FUNC_signature_verify_init and OSSL_FUNC_signature_verify
 
-=item OSSL_FUNC_signature_verify_recover_init and OSSL_FUNC_signature_verify_init
+=item OSSL_FUNC_signature_verify_recover_init and OSSL_FUNC_signature_verify_recover
 
 =item OSSL_FUNC_signature_digest_sign_init, OSSL_FUNC_signature_digest_sign_update and OSSL_FUNC_signature_digest_sign_final