]> git.ipfire.org Git - thirdparty/openssl.git/commit
Don't build the QUIC ssl trace when DH is disabled
authorMatt Caswell <matt@openssl.org>
Thu, 6 Jul 2023 10:20:36 +0000 (11:20 +0100)
committerMatt Caswell <matt@openssl.org>
Thu, 6 Jul 2023 11:11:11 +0000 (12:11 +0100)
commit61cc84d9f9d8ad3f918d5bd908096d39b72c3969
tree5c788fb5f03d57d81954a7110a00103277ec3d58
parent47ef3b9fc03c92f6a387927f1b8b0fe1014eb646
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)
test/quicapitest.c