]> git.ipfire.org Git - thirdparty/openssl.git/commit
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)
commit98b60fa84877e14900d7646cc7f5651bd10f685c
treec7bc760d186a7c8b9ddd8a4597dbdbc12d35acb9
parented57d1e06dca28689190e00d9893e0fd7ecc67c1
doc: Fix incorrect parameter reference in EVP_MAC

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