diff options
author | Pauli <paul.dale@oracle.com> | 2019-09-25 12:27:27 +0200 |
---|---|---|
committer | Pauli <paul.dale@oracle.com> | 2019-09-25 23:10:41 +0200 |
commit | e7f2dac96826d7988467e6293156fcb12277a040 (patch) | |
tree | e0b83d80f80e40afeb243f2adb8dfa93e2e15d81 /doc/man7/EVP_KDF-SSHKDF.pod | |
parent | s390x assembly pack: accelerate X25519, X448, Ed25519 and Ed448 (diff) | |
download | openssl-e7f2dac96826d7988467e6293156fcb12277a040.tar.xz openssl-e7f2dac96826d7988467e6293156fcb12277a040.zip |
Use OSSL_PARAM types for KDF documentation
Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/10011)
Diffstat (limited to '')
-rw-r--r-- | doc/man7/EVP_KDF-SSHKDF.pod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/man7/EVP_KDF-SSHKDF.pod b/doc/man7/EVP_KDF-SSHKDF.pod index 7649f70cdb..e1350e951b 100644 --- a/doc/man7/EVP_KDF-SSHKDF.pod +++ b/doc/man7/EVP_KDF-SSHKDF.pod @@ -41,7 +41,7 @@ These parameters work as described in L<EVP_KDF(3)/PARAMETERS>. These parameters set the respective values for the KDF. If a value is already set, the contents are replaced. -=item B<OSSL_KDF_PARAM_SSHKDF_TYPE> ("type") <int> +=item B<OSSL_KDF_PARAM_SSHKDF_TYPE> ("type") <integer> This parameter sets the type for the SSHHKDF operation. There are six supported types: |