enable early data when enabled all

This commit is contained in:
Hideki Miyazaki
2022-03-03 16:36:03 +09:00
parent d1ba82d5e5
commit b45bbdc078

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