openssl/providers
Richard Levitte a2e145f8db Add necessary checks of OPENSSL_NO_DH, OPENSSL_NO_DSA and OPENSSL_NO_EC
When OpenSSL is configured with 'no-dh', 'no-dsa' and 'no-ec'
combined, some static functions have no use, which the compiler may
complain about.  We therefore add extra guards to silence it.

Reviewed-by: Tomas Mraz <tmraz@fedoraproject.org>
(Merged from https://github.com/openssl/openssl/pull/13589)
2020-12-16 11:56:38 +01:00
..
common Fix error clash in build 2020-12-09 21:46:38 +10:00
fips Add fips self tests for all included kdf 2020-12-11 10:59:32 +10:00
implementations Add necessary checks of OPENSSL_NO_DH, OPENSSL_NO_DSA and OPENSSL_NO_EC 2020-12-16 11:56:38 +01:00
baseprov.c
build.info
decoders.inc Remove unnecessary guards around MSBLOB and PVK readers and writers 2020-12-13 10:27:31 +01:00
defltprov.c rand: add a provider side seed source. 2020-12-09 12:20:32 +10:00
encoders.inc PROV: Add MSBLOB and PVK encoders 2020-12-15 14:27:37 +01:00
legacyprov.c
nullprov.c
prov_running.c
stores.inc