]> git.ipfire.org Git - thirdparty/openssl.git/commit - include/openssl/evp.h
Convert EVP_PKEY_CTX_set_mac_key() into a function
authorMatt Caswell <matt@openssl.org>
Mon, 10 Aug 2020 08:16:01 +0000 (09:16 +0100)
committerPauli <paul.dale@oracle.com>
Sat, 29 Aug 2020 07:40:10 +0000 (17:40 +1000)
commit5d51925a90734226f804a7b928326f8ba4bd0434
tree81c1553c0f7731f334409c6131b4c23aa8cdd984
parent1bf625040c9a1f02782c9b4f993e1a58e6e70448
Convert EVP_PKEY_CTX_set_mac_key() into a function

Previously it was a macro. We now make it into a function that is params
aware.

Reviewed-by: Paul Dale <paul.dale@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/12637)
crypto/evp/pmeth_lib.c
include/openssl/evp.h