From 8ca59242a2fb750fc920ae1a960f230d65e2aaf9 Mon Sep 17 00:00:00 2001 From: Juliusz Sosinowicz Date: Mon, 27 Jan 2025 13:19:43 +0100 Subject: [PATCH] Expand enable-all - Add dtls mtu to enable-all - Add dtls 1.3 to enable-all - Add dtls cid to enable-all - Add dtls ch frag to enable-all --- configure.ac | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/configure.ac b/configure.ac index a983ba155..125821908 100644 --- a/configure.ac +++ b/configure.ac @@ -978,9 +978,13 @@ then test "$enable_all_osp" = "" && test "$ENABLED_LINUXKM_DEFAULTS" != "yes" && enable_all_osp=yes test "$enable_dtls" = "" && enable_dtls=yes + test "$enable_dtls_mtu" = "" && enable_dtls_mtu=yes + test "$enable_dtlscid" = "" && enable_dtlscid=yes + test "$enable_dtls_frag_ch" = "" && enable_dtls_frag_ch=yes if test "x$FIPS_VERSION" != "xv1" then test "$enable_tls13" = "" && enable_tls13=yes + test "$enable_dtls13" = "" && enable_dtls13=yes fi test "$enable_savesession" = "" && enable_savesession=yes