From: Dr. Stephen Henson Date: Mon, 27 Mar 2017 21:01:41 +0000 (+0100) Subject: fix typo X-Git-Tag: OpenSSL_1_1_1-pre1~1939 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=0af8fd6085e2e0ea8d6abb05615eb08c05665ee7;p=oweals%2Fopenssl.git fix typo Reviewed-by: Matt Caswell (Merged from https://github.com/openssl/openssl/pull/3059) --- diff --git a/doc/man3/EVP_PKEY_CTX_set_tls1_prf_md.pod b/doc/man3/EVP_PKEY_CTX_set_tls1_prf_md.pod index f1f0ae4fbe..8aa2152120 100644 --- a/doc/man3/EVP_PKEY_CTX_set_tls1_prf_md.pod +++ b/doc/man3/EVP_PKEY_CTX_set_tls1_prf_md.pod @@ -50,7 +50,7 @@ All these functions are implemented as macros. A context for the TLS PRF can be obtained by calling: - EVP_PKEY_CTX *pctx = EVP_PKEY_new_id(EVP_PKEY_TLS1_PRF, NULL); + EVP_PKEY_CTX *pctx = EVP_PKEY_CTX_new_id(EVP_PKEY_TLS1_PRF, NULL); The digest, secret value and seed must be set before a key is derived or an error occurs.