From 6fc0526b4c2ecb735cf2b697e2fbbed3c35af382 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Thu, 9 Apr 2020 00:21:45 +0200 Subject: fix warnings --- src/pq/pq_query_helper.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/pq/pq_query_helper.c') diff --git a/src/pq/pq_query_helper.c b/src/pq/pq_query_helper.c index 8bdf8144a..1290a6fb2 100644 --- a/src/pq/pq_query_helper.c +++ b/src/pq/pq_query_helper.c @@ -294,7 +294,7 @@ qconv_rsa_public_key (void *cls, unsigned int scratch_length) { const struct GNUNET_CRYPTO_RsaPublicKey *rsa = data; - char *buf; + void *buf; size_t buf_size; GNUNET_break (NULL == cls); @@ -354,7 +354,7 @@ qconv_rsa_signature (void *cls, unsigned int scratch_length) { const struct GNUNET_CRYPTO_RsaSignature *sig = data; - char *buf; + void *buf; size_t buf_size; GNUNET_break (NULL == cls); -- cgit v1.2.3