diff options
author | Andreas Steffen <andreas.steffen@strongswan.org> | 2016-01-04 10:34:21 +0100 |
---|---|---|
committer | Andreas Steffen <andreas.steffen@strongswan.org> | 2016-01-09 07:23:29 +0100 |
commit | 87371460f660e245bae49d60b5ed26e7b8c8e0b0 (patch) | |
tree | c643b74c622efb5849e72e80795ec88ebeb50b17 /src/libcharon/plugins/vici/vici_plugin.c | |
parent | bffbf2f5fdad23d2b8453e2c15c99a071c47e7d9 (diff) | |
download | strongswan-87371460f660e245bae49d60b5ed26e7b8c8e0b0.tar.bz2 strongswan-87371460f660e245bae49d60b5ed26e7b8c8e0b0.tar.xz |
vici: Support of raw public keys
Diffstat (limited to 'src/libcharon/plugins/vici/vici_plugin.c')
-rw-r--r-- | src/libcharon/plugins/vici/vici_plugin.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/libcharon/plugins/vici/vici_plugin.c b/src/libcharon/plugins/vici/vici_plugin.c index 53ed8cdfb..ed7c743c7 100644 --- a/src/libcharon/plugins/vici/vici_plugin.c +++ b/src/libcharon/plugins/vici/vici_plugin.c @@ -131,7 +131,8 @@ static bool register_vici(private_vici_plugin_t *this, this->authority = vici_authority_create(this->dispatcher, this->cred); lib->credmgr->add_set(lib->credmgr, &this->authority->set); - this->config = vici_config_create(this->dispatcher, this->authority); + this->config = vici_config_create(this->dispatcher, this->authority, + this->cred); this->attrs = vici_attribute_create(this->dispatcher); this->logger = vici_logger_create(this->dispatcher); |