diff options
-rw-r--r-- | src/libcharon/sa/authenticators/pubkey_v1_authenticator.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libcharon/sa/authenticators/pubkey_v1_authenticator.c b/src/libcharon/sa/authenticators/pubkey_v1_authenticator.c index 82fc8cf66..e3e7a8073 100644 --- a/src/libcharon/sa/authenticators/pubkey_v1_authenticator.c +++ b/src/libcharon/sa/authenticators/pubkey_v1_authenticator.c @@ -76,7 +76,7 @@ METHOD(authenticator_t, build, status_t, id = this->ike_sa->get_my_id(this->ike_sa); auth = this->ike_sa->get_auth_cfg(this->ike_sa, TRUE); - private = lib->credmgr->get_private(lib->credmgr, KEY_RSA, id, auth); + private = lib->credmgr->get_private(lib->credmgr, type, id, auth); if (!private) { DBG1(DBG_IKE, "no private key found for '%Y'", id); |