From 267c1f7083d4629432423c1deb539f0c4c4b262d Mon Sep 17 00:00:00 2001 From: Thomas Egerer Date: Thu, 1 Dec 2016 14:40:25 +0100 Subject: keymat: Allow keymat to modify signature scheme(s) Signed-off-by: Thomas Egerer --- src/conftest/hooks/rebuild_auth.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/conftest/hooks/rebuild_auth.c') diff --git a/src/conftest/hooks/rebuild_auth.c b/src/conftest/hooks/rebuild_auth.c index 42a9cb4e1..b2df278a5 100644 --- a/src/conftest/hooks/rebuild_auth.c +++ b/src/conftest/hooks/rebuild_auth.c @@ -137,7 +137,7 @@ static bool rebuild_auth(private_rebuild_auth_t *this, ike_sa_t *ike_sa, } keymat = (keymat_v2_t*)ike_sa->get_keymat(ike_sa); if (!keymat->get_auth_octets(keymat, FALSE, this->ike_init, - this->nonce, id, reserved, &octets)) + this->nonce, id, reserved, &octets, NULL)) { private->destroy(private); id->destroy(id); -- cgit v1.2.3