summaryrefslogtreecommitdiffstats
path: root/doc/man7/EVP_KDF-SS.pod
diff options
context:
space:
mode:
authorPauli <paul.dale@oracle.com>2019-09-25 20:27:27 +1000
committerPauli <paul.dale@oracle.com>2019-09-26 07:10:41 +1000
commite7f2dac96826d7988467e6293156fcb12277a040 (patch)
treee0b83d80f80e40afeb243f2adb8dfa93e2e15d81 /doc/man7/EVP_KDF-SS.pod
parent19bd1fa1ef17ff0ac071402cb6b002f1c29e37b9 (diff)
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 'doc/man7/EVP_KDF-SS.pod')
-rw-r--r--doc/man7/EVP_KDF-SS.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/man7/EVP_KDF-SS.pod b/doc/man7/EVP_KDF-SS.pod
index 160e12ac39..0ccfe2ed28 100644
--- a/doc/man7/EVP_KDF-SS.pod
+++ b/doc/man7/EVP_KDF-SS.pod
@@ -45,7 +45,7 @@ The supported parameters are:
=item B<OSSL_KDF_PARAM_MAC> ("mac") <UTF8 string>
-=item B<OSSL_KDF_PARAM_MAC_SIZE> ("maclen") <size_t>
+=item B<OSSL_KDF_PARAM_MAC_SIZE> ("maclen") <unsigned integer>
=item B<OSSL_KDF_PARAM_SALT> ("salt") <octet string>