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:04 +0000 (10:13 +1000)
commit51b941ac290864103d00a3d6a3018372b58b01f4
treebb97048571c21ab63253498ba447a8e1c1114497
parentb2023d5dfc957cf5a3cfca16961f97e79842b941
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)
doc/man7/provider-signature.pod