summaryrefslogtreecommitdiff
path: root/m4
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@redhat.com>2017-06-16 08:50:32 +0200
committerNikos Mavrogiannopoulos <nmav@redhat.com>2017-06-16 15:31:43 +0200
commit4ad76785ef2feec7af64f3821edd8eb67de88762 (patch)
treeb2ad5e723822fb447de94a27f06360a990d014e4 /m4
parent7df03e9c6995f2ecfdf3ed0023dbf35e015f33e2 (diff)
downloadgnutls-4ad76785ef2feec7af64f3821edd8eb67de88762.tar.gz
Removed support for openpgp certificates and keys
Resolves #178 Signed-off-by: Nikos Mavrogiannopoulos <nmav@redhat.com>
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 c4e2cd9107..a695665e06 100644
--- a/m4/hooks.m4
+++ b/m4/hooks.m4
@@ -302,21 +302,6 @@ LIBTASN1_MINIMUM=4.9
fi
AM_CONDITIONAL(ENABLE_ECDHE, test "$ac_enable_ecdhe" != "no")
- ac_enable_openpgp=no
- AC_MSG_CHECKING([whether to enable OpenPGP Certificate authentication support])
- AC_ARG_ENABLE(openpgp-authentication,
- AS_HELP_STRING([--enable-openpgp-authentication],
- [enable the OpenPGP authentication support]),
- ac_enable_openpgp=$enableval)
- if test x$ac_enable_openpgp = xno; then
- AC_MSG_RESULT(yes)
- ac_full=0
- else
- AC_DEFINE([ENABLE_OPENPGP], 1, [use openpgp authentication])
- AC_MSG_RESULT(no)
- fi
- AM_CONDITIONAL(ENABLE_OPENPGP, test "$ac_enable_openpgp" = "yes")
-
# For cryptodev
AC_MSG_CHECKING([whether to add cryptodev support])
AC_ARG_ENABLE(cryptodev,