summaryrefslogtreecommitdiff
path: root/src/mint/taler-mint-httpd_keystate.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2015-06-20 23:19:21 +0200
committerChristian Grothoff <christian@grothoff.org>2015-06-20 23:19:21 +0200
commit6e070416c3c04a6277fc890125150b027a5fdf7a (patch)
treec67d70561f03319951b1e494eb657128657d2c46 /src/mint/taler-mint-httpd_keystate.c
parent3bb26bcf47e4f58df53addb70fdeeefbabd2e8be (diff)
downloadexchange-6e070416c3c04a6277fc890125150b027a5fdf7a.tar.gz
exchange-6e070416c3c04a6277fc890125150b027a5fdf7a.tar.bz2
exchange-6e070416c3c04a6277fc890125150b027a5fdf7a.zip
generate /keys signature as binary-only
Diffstat (limited to 'src/mint/taler-mint-httpd_keystate.c')
-rw-r--r--src/mint/taler-mint-httpd_keystate.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mint/taler-mint-httpd_keystate.c b/src/mint/taler-mint-httpd_keystate.c
index c39de1ebc..2e81c8064 100644
--- a/src/mint/taler-mint-httpd_keystate.c
+++ b/src/mint/taler-mint-httpd_keystate.c
@@ -525,8 +525,8 @@ TMH_KS_acquire (void)
"signkeys", key_state->sign_keys_array,
"denoms", key_state->denom_keys_array,
"list_issue_date", TALER_json_from_abs (key_state->reload_time),
- "eddsa_sig", TALER_json_from_eddsa_sig (&ks.purpose,
- &sig.eddsa_signature));
+ "eddsa_sig", TALER_json_from_data (&sig,
+ sizeof (struct TALER_MintSignatureP)));
key_state->keys_json = json_dumps (keys,
JSON_INDENT (2));
json_decref (keys);