diff options
-rw-r--r-- | src/util/test_helper_rsa.c | 1 |
1 files changed, 1 insertions, 0 deletions
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), |