From: Dr. Matthias St. Pierre Date: Sun, 21 Jun 2020 10:37:58 +0000 (+0200) Subject: evp_generic_fetch.pod: fix documentation error X-Git-Tag: openssl-3.0.0-alpha4~4 X-Git-Url: https://git.librecmc.org/?p=oweals%2Fopenssl.git;a=commitdiff_plain;h=1b0f5b62ff51a89553a55f7fad2a76b7032ef31d evp_generic_fetch.pod: fix documentation error Reviewed-by: Richard Levitte (Merged from https://github.com/openssl/openssl/pull/12222) --- diff --git a/doc/internal/man3/evp_generic_fetch.pod b/doc/internal/man3/evp_generic_fetch.pod index 34f157e353..ea72b193e5 100644 --- a/doc/internal/man3/evp_generic_fetch.pod +++ b/doc/internal/man3/evp_generic_fetch.pod @@ -38,7 +38,7 @@ it to create an EVP method with the help of the functions I, I, and I. evp_generic_fetch_by_number() does the same thing as evp_generic_fetch(), -but takes a I instead of a number. +but takes a numeric I instead of a name. I 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