]> git.ipfire.org Git - thirdparty/openssl.git/commit
Fix no-dh
authorMatt Caswell <matt@openssl.org>
Wed, 17 Jul 2019 10:40:41 +0000 (11:40 +0100)
committerMatt Caswell <matt@openssl.org>
Fri, 19 Jul 2019 16:33:35 +0000 (17:33 +0100)
commit76ca35e7246b0071040cd242de06154c0195bcff
tree2a507a009213d639e6585a97bfbb0fc16b5e9a27
parenta1c5cefaf47ad9992c77960e8899d8979901507a
Fix no-dh

The recent move of the DH code into the default provider broke no-dh. This
adds back in various missing guards.

Reviewed-by: Tim Hudson <tjh@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/9399)
crypto/evp/evp_lib.c
crypto/evp/pmeth_lib.c
providers/common/exchange/build.info
providers/default/defltprov.c