mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-07-30 18:57:27 +02:00
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
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user