From: Pauli Date: Mon, 16 Sep 2019 03:22:56 +0000 (+1000) Subject: Avoid mentioning ctrl_str in the MAC documentation. X-Git-Tag: openssl-3.0.0-alpha1~1346 X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff_plain;h=1ce6044206a371680ea44219ea63dae2a1bba3d1 Avoid mentioning ctrl_str in the MAC documentation. Change to mentioning params instead. Reviewed-by: Richard Levitte (Merged from https://github.com/openssl/openssl/pull/9908) --- diff --git a/doc/man1/openssl-mac.pod b/doc/man1/openssl-mac.pod index abfbb560ec..d2e6c7f262 100644 --- a/doc/man1/openssl-mac.pod +++ b/doc/man1/openssl-mac.pod @@ -49,7 +49,7 @@ Output the MAC in binary form. Uses hexadecimal text format if not specified. Passes options to the MAC algorithm. A comprehensive list of controls can be found in the EVP_MAC implementation documentation. -Common control strings used by EVP_MAC_ctrl_str() are: +Common parameter names used by EVP_MAC_CTX_get_params() are: =over 4 @@ -144,12 +144,12 @@ The B command can be used to list them. L, L, -L, -L, -L, -L, -L, -L +L, +L, +L, +L, +L, +L =head1 COPYRIGHT