]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
doc: Fix incorrect parameter reference in EVP_MAC
authorkovan <xaum.io@gmail.com>
Tue, 27 Jan 2026 05:01:52 +0000 (06:01 +0100)
committerPauli <paul.dale@oracle.com>
Wed, 28 Jan 2026 22:06:44 +0000 (09:06 +1100)
The "key" parameter documentation referenced a non-existent "algorithm"
parameter. Change to reference the actual "cipher" and "digest" parameters.

Fixes #12580

CLA: trivial

Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Paul Dale <paul.dale@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/29766)

doc/man3/EVP_MAC.pod

index e766a5d234fde9d8a5f756bcf272c8716bb9c8c8..9ee4d9555a2dac0409085408fa75c459665b976c 100644 (file)
@@ -259,7 +259,7 @@ The standard parameter names are:
 Its value is the MAC key as an array of bytes.
 
 For MACs that use an underlying computation algorithm, the algorithm
-must be set first, see parameter names "algorithm" below.
+must be set first, see "cipher" and "digest" parameters below.
 
 =item "iv" (B<OSSL_MAC_PARAM_IV>) <octet string>