From 438df3d696fcb9d8feaa0eb82a2981ce1cfed60d Mon Sep 17 00:00:00 2001 From: Andreas Steffen Date: Fri, 6 Jun 2014 11:16:41 +0200 Subject: [PATCH] Extended pt-tls-client PLUGINS list --- src/pt-tls-client/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pt-tls-client/Makefile.am b/src/pt-tls-client/Makefile.am index 2ce1a10f3..8d1567eef 100644 --- a/src/pt-tls-client/Makefile.am +++ b/src/pt-tls-client/Makefile.am @@ -11,7 +11,7 @@ AM_CPPFLAGS = \ -I$(top_srcdir)/src/libtncif \ -I$(top_srcdir)/src/libtnccs \ -DIPSEC_CONFDIR=\"${sysconfdir}\" \ - -DPLUGINS="\"pem openssl nonce tnc-tnccs tnc-imc tnccs-20\"" + -DPLUGINS="\"x509 pem pkcs1 pubkey openssl nonce tnc-tnccs tnc-imc tnccs-20\"" pt_tls_client_LDADD = \ $(top_builddir)/src/libstrongswan/libstrongswan.la \