From de280c2e031730dc3c2ddcc291b1db5ee61a97d9 Mon Sep 17 00:00:00 2001 From: Tobias Brunner Date: Tue, 19 Sep 2017 17:26:58 +0200 Subject: private-key: Add optional parameters argument to sign() method --- 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 b2df278a5..bc20292a1 100644 --- a/src/conftest/hooks/rebuild_auth.c +++ b/src/conftest/hooks/rebuild_auth.c @@ -143,7 +143,7 @@ static bool rebuild_auth(private_rebuild_auth_t *this, ike_sa_t *ike_sa, id->destroy(id); return FALSE; } - if (!private->sign(private, scheme, octets, &auth_data)) + if (!private->sign(private, scheme, NULL, octets, &auth_data)) { chunk_free(&octets); private->destroy(private); -- cgit v1.2.3