aboutsummaryrefslogtreecommitdiffstats
path: root/src/pt-tls-client/pt-tls-client.c
diff options
context:
space:
mode:
authorAndreas Steffen <andreas.steffen@strongswan.org>2013-08-08 19:43:43 +0200
committerAndreas Steffen <andreas.steffen@strongswan.org>2013-08-15 23:34:22 +0200
commit12b3db500606bcbd6fd2986463a4b1f37586bdbb (patch)
tree1c88258c3c8230dd65cca43448b6858a14f58af6 /src/pt-tls-client/pt-tls-client.c
parent9d8c28e2f5b23e3f1008e8ba064403834683e35a (diff)
downloadstrongswan-12b3db500606bcbd6fd2986463a4b1f37586bdbb.tar.bz2
strongswan-12b3db500606bcbd6fd2986463a4b1f37586bdbb.tar.xz
moved tnc_imv plugin to libtnccs thanks to recommendation callback function
Diffstat (limited to 'src/pt-tls-client/pt-tls-client.c')
-rw-r--r--src/pt-tls-client/pt-tls-client.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pt-tls-client/pt-tls-client.c b/src/pt-tls-client/pt-tls-client.c
index 2b104f8d5..09b42b6fe 100644
--- a/src/pt-tls-client/pt-tls-client.c
+++ b/src/pt-tls-client/pt-tls-client.c
@@ -59,7 +59,7 @@ static int client(char *address, u_int16_t port, char *identity)
server = identification_create_from_string(address);
client = identification_create_from_string(identity);
tnccs = (tls_t*)tnc->tnccs->create_instance(tnc->tnccs, TNCCS_2_0, FALSE,
- server, client, TNC_IFT_TLS_2_0);
+ server, client, TNC_IFT_TLS_2_0, NULL);
if (!tnccs)
{
fprintf(stderr, "loading TNCCS failed: %s\n", PLUGINS);