From 2ccc02a4fd67d60baac8e632a71eefa86eb559fc Mon Sep 17 00:00:00 2001 From: Martin Willi Date: Mon, 5 Jul 2010 11:54:25 +0200 Subject: Moved credential manager to libstrongswan --- src/libcharon/plugins/eap_md5/eap_md5.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/libcharon/plugins/eap_md5/eap_md5.c') diff --git a/src/libcharon/plugins/eap_md5/eap_md5.c b/src/libcharon/plugins/eap_md5/eap_md5.c index 0eda8f755..3554ae12e 100644 --- a/src/libcharon/plugins/eap_md5/eap_md5.c +++ b/src/libcharon/plugins/eap_md5/eap_md5.c @@ -85,8 +85,7 @@ static status_t hash_challenge(private_eap_md5_t *this, chunk_t *response, chunk_t concat; hasher_t *hasher; - shared = charon->credentials->get_shared(charon->credentials, SHARED_EAP, - me, other); + shared = lib->credmgr->get_shared(lib->credmgr, SHARED_EAP, me, other); if (shared == NULL) { DBG1(DBG_IKE, "no EAP key found for hosts '%Y' - '%Y'", me, other); -- cgit v1.2.3