From: Tobias Brunner Date: Wed, 4 Sep 2013 12:34:02 +0000 (+0200) Subject: pt-tls-client: Report loaded plugins X-Git-Tag: 5.1.1dr4~34 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=7d87b2463481b8e0c07b56d51bb6a032ca895d42;p=thirdparty%2Fstrongswan.git pt-tls-client: Report loaded plugins --- diff --git a/src/pt-tls-client/pt-tls-client.c b/src/pt-tls-client/pt-tls-client.c index 4e108ad4c3..e7d75f0788 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);