Only disabled what we need to in a no-dh build
authorMatt Caswell <matt@openssl.org>
Fri, 16 Oct 2020 15:35:44 +0000 (16:35 +0100)
committerMatt Caswell <matt@openssl.org>
Wed, 18 Nov 2020 14:14:52 +0000 (14:14 +0000)
commit13c453728c076d5c1a65a5fd9424e15a9964d755
tree2adfcc10718f85bab39f1ffcbdb5dff63efe6b69
parent163f6dc1f70f30de46a68137c36e70cae4d95cd8
Only disabled what we need to in a no-dh build

no-dh disables the low level API for DH. However, since we're now using
the high level EVP API in most places we don't need to disable quite so
much.

Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/13368)
apps/s_server.c
crypto/bn/bn_dh.c
crypto/bn/build.info
include/openssl/bn.h
ssl/s3_lib.c
ssl/ssl_cert.c
ssl/ssl_lib.c
ssl/ssl_local.h
ssl/statem/statem_srvr.c
util/libcrypto.num