From 4e9a5c8cc7239f063e7dddb7070f285ed9996522 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=96zg=C3=BCr=20Kesim?= Date: Mon, 29 Nov 2021 10:22:35 +0100 Subject: touch unused variable --- src/util/test_helper_rsa.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/util/test_helper_rsa.c') diff --git a/src/util/test_helper_rsa.c b/src/util/test_helper_rsa.c index 80a36fd0d..6377a39d8 100644 --- a/src/util/test_helper_rsa.c +++ b/src/util/test_helper_rsa.c @@ -149,6 +149,7 @@ key_cb (void *cls, (void) cls; (void) sm_pub; (void) sm_sig; + (void) age_restricted; GNUNET_log (GNUNET_ERROR_TYPE_INFO, "Key notification about key %s in `%s'\n", GNUNET_h2s (&h_rsa->hash), -- cgit v1.2.3