Skip to content

Commit

Permalink
Expand enable-all
Browse files Browse the repository at this point in the history
- Add dtls mtu to enable-all
- Add dtls 1.3 to enable-all
- Add dtls cid to enable-all
  • Loading branch information
julek-wolfssl committed Jan 27, 2025
1 parent 3379328 commit ac34454
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -978,9 +978,12 @@ 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
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 ac34454

Please sign in to comment.