]> git.ipfire.org Git - thirdparty/openssl.git/commit
Fix builds with no-dh
authorMatt Caswell <matt@openssl.org>
Fri, 31 Jan 2020 23:28:45 +0000 (23:28 +0000)
committerMatt Caswell <matt@openssl.org>
Thu, 6 Feb 2020 12:07:53 +0000 (12:07 +0000)
commit5ce87e11de21835255ea11cc330ebf9931e21329
tree95b488894f32a0c964d83f1ccec645227f124820
parent9aa78c36ec3bdcf09742f6dea403fc09d40d420f
Fix builds with no-dh

The various functions in bn_const.c return primes that are
specified for use in DH. However they were not being excluded from
a no-dh build - and was therefore causing the build to fail.

Reviewed-by: Richard Levitte <levitte@openssl.org>
Reviewed-by: Tim Hudson <tjh@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/10990)
crypto/bn/build.info
include/openssl/bn.h
providers/fips/fipsprov.c
util/libcrypto.num