aboutsummaryrefslogtreecommitdiffstats
path: root/src/pt-tls-client/pt-tls-client.c
diff options
context:
space:
mode:
authorTobias Brunner <tobias@strongswan.org>2013-09-04 14:34:02 +0200
committerAndreas Steffen <andreas.steffen@strongswan.org>2013-09-12 01:44:49 +0200
commit7d87b2463481b8e0c07b56d51bb6a032ca895d42 (patch)
tree9505298dd425dd5a678392e124cdb73483d5e082 /src/pt-tls-client/pt-tls-client.c
parent5d45bcfc5f8ec1d2040d2423217facd380f3121d (diff)
downloadstrongswan-7d87b2463481b8e0c07b56d51bb6a032ca895d42.tar.bz2
strongswan-7d87b2463481b8e0c07b56d51bb6a032ca895d42.tar.xz
pt-tls-client: Report loaded plugins
Diffstat (limited to 'src/pt-tls-client/pt-tls-client.c')
-rw-r--r--src/pt-tls-client/pt-tls-client.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/pt-tls-client/pt-tls-client.c b/src/pt-tls-client/pt-tls-client.c
index 4e108ad4c..e7d75f078 100644
--- a/src/pt-tls-client/pt-tls-client.c
+++ b/src/pt-tls-client/pt-tls-client.c
@@ -179,6 +179,7 @@ static void init()
{
exit(SS_RC_INITIALIZATION_FAILED);
}
+ lib->plugins->status(lib->plugins, LEVEL_CTRL);
creds = mem_cred_create();
lib->credmgr->add_set(lib->credmgr, &creds->set);