]> git.ipfire.org Git - thirdparty/openssl.git/commit
Fix examples in the section 7 KDF man pages.
authorPauli <paul.dale@oracle.com>
Sat, 14 Sep 2019 23:44:14 +0000 (09:44 +1000)
committerPauli <paul.dale@oracle.com>
Sun, 15 Sep 2019 01:54:55 +0000 (11:54 +1000)
commita218770d4de819afc9453284dc13b609eeea4639
tree76eaae6026844327f606a4aa65d0a53a84647789
parentf3f3318a25e62f471a69e1e8dd117bf30191da20
Fix examples in the section 7 KDF man pages.

All of the examples called EVP_KDF_set_params() when they should have been
calling EVP_KDF_CTX_set_params().

Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/9898)
doc/man7/EVP_KDF-HKDF.pod
doc/man7/EVP_KDF-SCRYPT.pod
doc/man7/EVP_KDF-SS.pod
doc/man7/EVP_KDF-SSHKDF.pod
doc/man7/EVP_KDF-TLS1_PRF.pod
doc/man7/EVP_KDF-X942.pod
doc/man7/EVP_KDF-X963.pod