diff options
author | Andreas Steffen <andreas.steffen@strongswan.org> | 2014-06-06 11:16:41 +0200 |
---|---|---|
committer | Andreas Steffen <andreas.steffen@strongswan.org> | 2014-06-06 11:18:17 +0200 |
commit | 438df3d696fcb9d8feaa0eb82a2981ce1cfed60d (patch) | |
tree | 12e1f85125f69c1e6df17fd07a33d716b3c793d4 /src | |
parent | b23c7d6a38b91a3f058a59ef28a881d07a8ec8d9 (diff) | |
download | strongswan-438df3d696fcb9d8feaa0eb82a2981ce1cfed60d.tar.bz2 strongswan-438df3d696fcb9d8feaa0eb82a2981ce1cfed60d.tar.xz |
Extended pt-tls-client PLUGINS list
Diffstat (limited to 'src')
-rw-r--r-- | src/pt-tls-client/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
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 \ |