CORE & PROV: clean away OSSL_FUNC_mac_size()
authorRichard Levitte <levitte@openssl.org>
Tue, 2 Feb 2021 12:42:55 +0000 (13:42 +0100)
committerRichard Levitte <levitte@openssl.org>
Wed, 3 Feb 2021 16:17:53 +0000 (17:17 +0100)
commit8ce04db808dd1799a4051d938112b7d591fc5fc2
tree384d5c514ad89f5568c70a0991d78e9f6d45d7ba
parent28e1904250183c25faad1744fead96f205559270
CORE & PROV: clean away OSSL_FUNC_mac_size()

There was a remaining function signature declaration, but no
OSSL_DISPATCH number for it nor any way it's ever used.  It did exist
once, but was replaced with an OSSL_PARAM item to retrieve.

Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/14048)
include/crypto/evp.h
include/openssl/core_dispatch.h
providers/implementations/macs/blake2_mac_impl.c
providers/implementations/macs/gmac_prov.c
providers/implementations/macs/hmac_prov.c
providers/implementations/macs/kmac_prov.c
providers/implementations/macs/poly1305_prov.c
providers/implementations/macs/siphash_prov.c