enable early data when enabled all

pull/4918/head
Hideki Miyazaki 2022-03-03 16:36:03 +09:00
parent d1ba82d5e5
commit b45bbdc078
No known key found for this signature in database
GPG Key ID: 7EB19ED9B9D5AC28
1 changed files with 2 additions and 0 deletions

View File

@ -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