summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorÖzgür Kesim <oec-taler@kesim.org>2021-11-29 10:22:35 +0100
committerÖzgür Kesim <oec-taler@kesim.org>2021-11-29 10:22:35 +0100
commit4e9a5c8cc7239f063e7dddb7070f285ed9996522 (patch)
tree2e8c2668cecdff622e4ed16f1295a6b9c06db34e /src
parent93fe40c5a74d81a87cc8df3660d3fb56b5356ded (diff)
downloadexchange-4e9a5c8cc7239f063e7dddb7070f285ed9996522.tar.gz
exchange-4e9a5c8cc7239f063e7dddb7070f285ed9996522.tar.bz2
exchange-4e9a5c8cc7239f063e7dddb7070f285ed9996522.zip
touch unused variable
Diffstat (limited to 'src')
-rw-r--r--src/util/test_helper_rsa.c1
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),