summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Makepeace <david.p.makepeace@oracle.com>2018-09-17 13:46:08 +1000
committerDavid Makepeace <david.p.makepeace@oracle.com>2018-09-17 13:46:08 +1000
commitd474100af0827d9ba87f3bb25a34867244552df5 (patch)
tree67ecde9870b73ef0647407fc7dbf97d0f69886ae
parenta825856ab719b0fcce229faad2b437fc88985251 (diff)
Fixed typos in hkdf documentation.
Reviewed-by: Tim Hudson <tjh@openssl.org> Reviewed-by: Paul Dale <paul.dale@oracle.com> (Merged from https://github.com/openssl/openssl/pull/7236)
-rw-r--r--doc/man3/EVP_PKEY_CTX_set_hkdf_md.pod4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/man3/EVP_PKEY_CTX_set_hkdf_md.pod b/doc/man3/EVP_PKEY_CTX_set_hkdf_md.pod
index 1433a50a6f..e8f19cfc99 100644
--- a/doc/man3/EVP_PKEY_CTX_set_hkdf_md.pod
+++ b/doc/man3/EVP_PKEY_CTX_set_hkdf_md.pod
@@ -68,12 +68,12 @@ error occurs.
=back
-EVP_PKEY_set_hkdf_md() sets the message digest associated with the HKDF.
+EVP_PKEY_CTX_set_hkdf_md() sets the message digest associated with the HKDF.
EVP_PKEY_CTX_set1_hkdf_salt() sets the salt to B<saltlen> bytes of the
buffer B<salt>. Any existing value is replaced.
-EVP_PKEY_CTX_set_hkdf_key() sets the key to B<keylen> bytes of the buffer
+EVP_PKEY_CTX_set1_hkdf_key() sets the key to B<keylen> bytes of the buffer
B<key>. Any existing value is replaced.
EVP_PKEY_CTX_add1_hkdf_info() sets the info value to B<infolen> bytes of the