[openssl/openssl] 74dea9: doc: Fix incorrect pairing of functions
Ladislav Marko
noreply at github.com
Thu Apr 13 00:15:40 UTC 2023
Branch: refs/heads/openssl-3.1
Home: https://github.com/openssl/openssl
Commit: 74dea9b99364e8d32716e995255c875da1f11b7b
https://github.com/openssl/openssl/commit/74dea9b99364e8d32716e995255c875da1f11b7b
Author: Ladislav Marko <LadislavMarko at seznam.cz>
Date: 2023-04-13 (Thu, 13 Apr 2023)
Changed paths:
M doc/man7/provider-signature.pod
Log Message:
-----------
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 at openssl.org>
Reviewed-by: Hugo Landau <hlandau at openssl.org>
(Merged from https://github.com/openssl/openssl/pull/20704)
(cherry picked from commit 51b941ac290864103d00a3d6a3018372b58b01f4)
More information about the openssl-commits
mailing list