From d36114d7cd363d505940326f5a2512d9661a67ea Mon Sep 17 00:00:00 2001 From: Pauli Date: Fri, 9 Apr 2021 16:36:18 +1000 Subject: kmac: update the documention for the customisation string maximum length Reviewed-by: Shane Lontis (Merged from https://github.com/openssl/openssl/pull/14810) --- doc/man7/EVP_MAC-KMAC.pod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/man7/EVP_MAC-KMAC.pod b/doc/man7/EVP_MAC-KMAC.pod index 6b02e94ef8..85986d5449 100644 --- a/doc/man7/EVP_MAC-KMAC.pod +++ b/doc/man7/EVP_MAC-KMAC.pod @@ -42,7 +42,7 @@ Setting this parameter is identical to passing a I to L. =item "custom" (B) Sets the custom value. -It is an optional value of at most 127 bytes, and is empty by default. +It is an optional value of at most 256 bytes, and is empty by default. =item "size" (B) -- cgit v1.2.3