summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--m4/hooks.m44
1 files changed, 2 insertions, 2 deletions
diff --git a/m4/hooks.m4 b/m4/hooks.m4
index e997e1d30c..fcd6f9cd80 100644
--- a/m4/hooks.m4
+++ b/m4/hooks.m4
@@ -179,11 +179,11 @@ LIBTASN1_MINIMUM=4.9
[enable the TLS1.3 draft protocol by default]),
ac_enable_tls13=$enableval)
if test x$ac_enable_tls13 != xno; then
- AC_MSG_RESULT(no)
+ AC_MSG_RESULT(yes)
AC_DEFINE([ENABLE_TLS13], 1, [enable TLS1.3 support])
else
ac_full=0
- AC_MSG_RESULT(yes)
+ AC_MSG_RESULT(no)
fi
AM_CONDITIONAL(ENABLE_TLS13, test "$ac_enable_tls13" != "no")