Disable QUIC if TLSv1.3 is disabled
authorMatt Caswell <matt@openssl.org>
Fri, 30 Jun 2023 15:27:29 +0000 (16:27 +0100)
committerPauli <pauli@openssl.org>
Thu, 6 Jul 2023 02:55:21 +0000 (12:55 +1000)
commit0e94bba0df257d47fb9623b9b95ef2b64402fde5
treee816a94d8b07b7d8651041df36258bf791694082
parent8a7642023884ccfbb17a929698dab8e3fc03cdc9
Disable QUIC if TLSv1.3 is disabled

QUIC depends on TLSv1.3, so if the latter is disabled then we must do
the same for QUIC.

Reviewed-by: Tim Hudson <tjh@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/21332)
Configure