summaryrefslogtreecommitdiff
path: root/src/exchange
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2018-10-27 19:23:49 +0200
committerChristian Grothoff <christian@grothoff.org>2018-10-27 19:23:49 +0200
commit2956217b30d3f8758dd565078399289915923029 (patch)
tree85e733da95707f2640e14bb6bd84326a524e3987 /src/exchange
parent24f6f150017a40b9fde4fd55f7ca8bfb70cf8c92 (diff)
downloadexchange-2956217b30d3f8758dd565078399289915923029.tar.gz
exchange-2956217b30d3f8758dd565078399289915923029.tar.bz2
exchange-2956217b30d3f8758dd565078399289915923029.zip
fix compiler warning
Diffstat (limited to 'src/exchange')
-rw-r--r--src/exchange/taler-exchange-httpd_keystate.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/exchange/taler-exchange-httpd_keystate.c b/src/exchange/taler-exchange-httpd_keystate.c
index 45b8846f1..e624c9383 100644
--- a/src/exchange/taler-exchange-httpd_keystate.c
+++ b/src/exchange/taler-exchange-httpd_keystate.c
@@ -800,7 +800,7 @@ reload_keys_denom_iter (void *cls,
*/
static json_t *
sign_key_issue_to_json (const struct TALER_ExchangeSigningKeyValidityPS *ski,
- struct TALER_MasterSignatureP *ski_sig)
+ const struct TALER_MasterSignatureP *ski_sig)
{
return
json_pack ("{s:o, s:o, s:o, s:o, s:o}",