openssl/providers
Richard Levitte 8ce04db808 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)
2021-02-03 17:17:53 +01:00
..
common Update copyright year 2021-01-28 13:54:57 +01:00
fips Ensure access to FIPS_state and rate_limit is appropriately locked 2021-02-02 12:21:22 +00:00
implementations CORE & PROV: clean away OSSL_FUNC_mac_size() 2021-02-03 17:17:53 +01:00
baseprov.c
build.info
decoders.inc PROV: Add SM2 encoders and decoders, as well as support functionality 2021-02-01 23:02:20 +01:00
defltprov.c Avoid races by caching exported ciphers in the init function 2021-02-02 12:21:21 +00:00
encoders.inc PROV: Add SM2 encoders and decoders, as well as support functionality 2021-02-01 23:02:20 +01:00
legacyprov.c
nullprov.c
prov_running.c
stores.inc