From: Jaimee Brown Date: Wed, 3 Jun 2020 04:28:06 +0000 (+1000) Subject: Minor doc fix for EVP_PKEY_CTX_new_from_pkey X-Git-Tag: openssl-3.0.0-alpha4~185 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=a64a143f314c00937c14b61157e4ea934f3c6b69;p=oweals%2Fopenssl.git Minor doc fix for EVP_PKEY_CTX_new_from_pkey Reviewed-by: Paul Dale Reviewed-by: Tomas Mraz (Merged from https://github.com/openssl/openssl/pull/12021) --- diff --git a/doc/man3/EVP_PKEY_CTX_new.pod b/doc/man3/EVP_PKEY_CTX_new.pod index b1f3185b94..4430967d19 100644 --- a/doc/man3/EVP_PKEY_CTX_new.pod +++ b/doc/man3/EVP_PKEY_CTX_new.pod @@ -16,7 +16,8 @@ EVP_PKEY_CTX_new_from_pkey, EVP_PKEY_CTX_dup, EVP_PKEY_CTX_free const char *name, const char *propquery); EVP_PKEY_CTX *EVP_PKEY_CTX_new_from_pkey(OPENSSL_CTX *libctx, - EVP_PKEY *pkey); + EVP_PKEY *pkey, + const char *propquery); EVP_PKEY_CTX *EVP_PKEY_CTX_dup(const EVP_PKEY_CTX *ctx); void EVP_PKEY_CTX_free(EVP_PKEY_CTX *ctx);