summaryrefslogtreecommitdiff
path: root/m4
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@redhat.com>2014-12-03 09:45:19 +0100
committerNikos Mavrogiannopoulos <nmav@redhat.com>2014-12-03 09:45:19 +0100
commit0ecb03a894c58b24db9876ed8753617421bc3edc (patch)
treef69ebb1101e3e5c765f82b3fd8ec721d789baed2 /m4
parent4e57ada61f2769278b45691e9d26f551d8823958 (diff)
downloadgnutls-0ecb03a894c58b24db9876ed8753617421bc3edc.tar.gz
Removed binary compatibility with RSA-EXPORT using applications
Diffstat (limited to 'm4')
-rw-r--r--m4/hooks.m414
1 files changed, 0 insertions, 14 deletions
diff --git a/m4/hooks.m4 b/m4/hooks.m4
index 0b251ed751..a1187bb776 100644
--- a/m4/hooks.m4
+++ b/m4/hooks.m4
@@ -168,20 +168,6 @@ AC_MSG_ERROR([[
fi
AM_CONDITIONAL(ENABLE_ALPN, test "$ac_enable_alpn" != "no")
- AC_MSG_CHECKING([whether to disable RSA-EXPORT support])
- AC_ARG_ENABLE(rsa-export,
- AS_HELP_STRING([--disable-rsa-export],
- [disable the RSA-EXPORT support]),
- ac_enable_rsa_export=$enableval, ac_enable_rsa_export=yes)
- if test x$ac_enable_rsa_export != xno; then
- AC_MSG_RESULT(no)
- AC_DEFINE([ENABLE_RSA_EXPORT], 1, [enable RSA-EXPORT])
- else
- ac_full=0
- AC_MSG_RESULT(yes)
- fi
- AM_CONDITIONAL(ENABLE_RSA_EXPORT, test "$ac_enable_rsa_export" != "no")
-
ac_enable_heartbeat=yes
AC_MSG_CHECKING([whether to disable TLS heartbeat support])
AC_ARG_ENABLE(heartbeat-support,