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/pretend_auth.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/conftest/hooks/pretend_auth.c') diff --git a/src/conftest/hooks/pretend_auth.c b/src/conftest/hooks/pretend_auth.c index 54957b048..d80196ed6 100644 --- a/src/conftest/hooks/pretend_auth.c +++ b/src/conftest/hooks/pretend_auth.c @@ -238,7 +238,8 @@ static bool build_auth(private_pretend_auth_t *this, } keymat = (keymat_v2_t*)ike_sa->get_keymat(ike_sa); if (!keymat->get_auth_octets(keymat, TRUE, this->ike_init, - this->nonce, this->id, this->reserved, &octets)) + this->nonce, this->id, this->reserved, + &octets, NULL)) { private->destroy(private); return FALSE; -- cgit v1.2.3