doc: Fix incorrect pairing of functions

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)
This commit is contained in:
Ladislav Marko 2023-04-11 15:51:06 +02:00 committed by Pauli
parent b2023d5dfc
commit 51b941ac29

View 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