evp_generic_fetch.pod: fix documentation error

Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/12222)
This commit is contained in:
Dr. Matthias St. Pierre 2020-06-21 12:37:58 +02:00
parent 363b1e5dae
commit 1b0f5b62ff
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ it to create an EVP method with the help of the functions
I<new_method>, I<up_ref_method>, and I<free_method>.
evp_generic_fetch_by_number() does the same thing as evp_generic_fetch(),
but takes a I<name_id> instead of a number.
but takes a numeric I<name_id> instead of a name.
I<name_id> must always be nonzero; as a matter of fact, it being zero
is considered a programming error.
This is meant to be used when one method needs to fetch an associated