mirror of
https://github.com/openssl/openssl.git
synced 2025-01-24 13:55:42 +08:00
Don't build the QUIC ssl trace when DH is disabled
The test assumes certain options are on/off. DH must be on for this test. Reviewed-by: Hugo Landau <hlandau@openssl.org> Reviewed-by: Tom Cosgrove <tom.cosgrove@arm.com> (Merged from https://github.com/openssl/openssl/pull/21373)
This commit is contained in:
parent
47ef3b9fc0
commit
61cc84d9f9
@ -31,7 +31,8 @@ static int is_fips = 0;
|
||||
/* The ssltrace test assumes some options are switched on/off */
|
||||
#if !defined(OPENSSL_NO_SSL_TRACE) && !defined(OPENSSL_NO_EC) \
|
||||
&& defined(OPENSSL_NO_ZLIB) && defined(OPENSSL_NO_BROTLI) \
|
||||
&& defined(OPENSSL_NO_ZSTD) && !defined(OPENSSL_NO_ECX)
|
||||
&& defined(OPENSSL_NO_ZSTD) && !defined(OPENSSL_NO_ECX) \
|
||||
&& !defined(OPENSSL_NO_DH)
|
||||
# define DO_SSL_TRACE_TEST
|
||||
#endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user