aboutsummaryrefslogtreecommitdiff
path: root/doc/man7
diff options
context:
space:
mode:
authorShane Lontis <shane.lontis@oracle.com>2019-09-22 09:19:05 +1000
committerShane Lontis <shane.lontis@oracle.com>2020-01-07 09:22:08 +1000
commit1242f3c798db340397186e178023f1a9fe297df0 (patch)
tree87a33d8a616b676ff01c17c7640573cea3a67372 /doc/man7
parent0081ce9b0201417cf2b35792a2a199e36acadcf2 (diff)
downloadopenssl-1242f3c798db340397186e178023f1a9fe297df0.zip
openssl-1242f3c798db340397186e178023f1a9fe297df0.tar.gz
openssl-1242f3c798db340397186e178023f1a9fe297df0.tar.bz2
Fix KMAC docs
Reviewed-by: Richard Levitte <levitte@openssl.org> Reviewed-by: Matthias St. Pierre <Matthias.St.Pierre@ncp-e.com> (Merged from https://github.com/openssl/openssl/pull/9970)
Diffstat (limited to 'doc/man7')
-rw-r--r--doc/man7/EVP_MAC-KMAC.pod4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/man7/EVP_MAC-KMAC.pod b/doc/man7/EVP_MAC-KMAC.pod
index 43c1026..ac5dddf 100644
--- a/doc/man7/EVP_MAC-KMAC.pod
+++ b/doc/man7/EVP_MAC-KMAC.pod
@@ -44,8 +44,8 @@ The length of the "size" parameter should not exceed that of a B<size_t>.
=back
-The "xof" parameter value is exptect to be 1 or 0. Use 1 to enable XOF
-mode. If XOF is enabled then the output len that is encoded as part of
+The "xof" parameter value is expected to be 1 or 0. Use 1 to enable XOF
+mode. If XOF is enabled then the output length that is encoded as part of
the input stream is set to zero.
=head1 SEE ALSO