Skip to content

Commit

Permalink
Merge pull request #8383 from julek-wolfssl/add-dtls-to-enable-all
Browse files Browse the repository at this point in the history
Expand enable-all
  • Loading branch information
dgarske authored Jan 27, 2025
2 parents 3379328 + 8ca5924 commit 1721421
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1721421

Please sign in to comment.