mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-07-30 02:37:28 +02:00
enable early data when enabled all
This commit is contained in:
@ -585,6 +585,8 @@ then
|
||||
test "$enable_trusted_ca" = "" && enable_trusted_ca=yes
|
||||
test "$enable_session_ticket" = "" && enable_session_ticket=yes
|
||||
|
||||
test "$enable_earlydata" = "" && enable_earlydata=yes
|
||||
|
||||
if test "$ENABLED_32BIT" != "yes"
|
||||
then
|
||||
test "$enable_sha512" = "" && enable_sha512=yes
|
||||
|
Reference in New Issue
Block a user