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)
commit74dea9b99364e8d32716e995255c875da1f11b7b
tree4beda6f9eb74443df849eece3a09cf48b8541634
parent2b81d56482bf95bf3f3508a746f25eeedfcf5e05
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)

(cherry picked from commit 51b941ac290864103d00a3d6a3018372b58b01f4)
doc/man7/provider-signature.pod