diff options
author | Gustaf Neumann <neumann@wu-wien.ac.at> | 2020-06-29 21:13:07 +0200 |
---|---|---|
committer | Dr. Matthias St. Pierre <matthias.st.pierre@ncp-e.com> | 2020-07-05 01:49:20 +0200 |
commit | 8c1cbc72105ffd493b48e65f8f5fd3657dedb28c (patch) | |
tree | b1437e0210f80d7de45d8d33903a2f28fe1b82da /doc/man3/EVP_PKEY_verify_recover.pod | |
parent | Configuration and build: Fix solaris tags (diff) | |
download | openssl-8c1cbc72105ffd493b48e65f8f5fd3657dedb28c.tar.xz openssl-8c1cbc72105ffd493b48e65f8f5fd3657dedb28c.zip |
Fix typos and repeated words
CLA: trivial
Reviewed-by: Shane Lontis <shane.lontis@oracle.com>
Reviewed-by: Matthias St. Pierre <Matthias.St.Pierre@ncp-e.com>
(Merged from https://github.com/openssl/openssl/pull/12320)
Diffstat (limited to 'doc/man3/EVP_PKEY_verify_recover.pod')
-rw-r--r-- | doc/man3/EVP_PKEY_verify_recover.pod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/man3/EVP_PKEY_verify_recover.pod b/doc/man3/EVP_PKEY_verify_recover.pod index 8be999333b..bde2d3a8c1 100644 --- a/doc/man3/EVP_PKEY_verify_recover.pod +++ b/doc/man3/EVP_PKEY_verify_recover.pod @@ -20,7 +20,7 @@ EVP_PKEY_verify_recover_init() initializes a public key algorithm context I<ctx> for signing using the algorithm given when the context was created using L<EVP_PKEY_CTX_new(3)> or variants thereof. The algorithm is used to fetch a B<EVP_SIGNATURE> method implicitly, see L<provider(7)/Implicit fetch> -for more information about implict fetches. +for more information about implicit fetches. The EVP_PKEY_verify_recover() function recovers signed data using I<ctx>. The signature is specified using the I<sig> and |