summaryrefslogtreecommitdiff
path: root/m4
diff options
context:
space:
mode:
Diffstat (limited to 'm4')
-rw-r--r--m4/hooks.m415
1 files changed, 0 insertions, 15 deletions
diff --git a/m4/hooks.m4 b/m4/hooks.m4
index 1cc442d2d2..f25fca1247 100644
--- a/m4/hooks.m4
+++ b/m4/hooks.m4
@@ -173,21 +173,6 @@ LIBTASN1_MINIMUM=4.9
AM_CONDITIONAL(ENABLE_SSL3, test "$ac_enable_ssl3" != "no")
- ac_enable_tls13=no
- AC_MSG_CHECKING([whether to enable the TLS 1.3 draft protocol])
- AC_ARG_ENABLE(tls13-support,
- AS_HELP_STRING([--enable-tls13-support],
- [enable the TLS1.3 draft protocol by default]),
- ac_enable_tls13=$enableval)
- if test x$ac_enable_tls13 != xno; then
- AC_MSG_RESULT(yes)
- AC_DEFINE([ENABLE_TLS13], 1, [enable TLS1.3 support])
- else
- ac_full=0
- AC_MSG_RESULT(no)
- fi
- AM_CONDITIONAL(ENABLE_TLS13, test "$ac_enable_tls13" != "no")
-
ac_enable_ssl2=yes
AC_MSG_CHECKING([whether to disable the SSL 2.0 client hello])
AC_ARG_ENABLE(ssl2-support,