summaryrefslogtreecommitdiff
path: root/src/mint
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2015-08-14 15:01:11 +0200
committerChristian Grothoff <christian@grothoff.org>2015-08-14 15:01:11 +0200
commitc1df2e628379a22068657e144bd34812c305350a (patch)
treeb28977051f7fe74cc169186acc15443770482af1 /src/mint
parentcb5f2b4fe52a1a73464e43a9db59505961358684 (diff)
downloadexchange-c1df2e628379a22068657e144bd34812c305350a.tar.gz
exchange-c1df2e628379a22068657e144bd34812c305350a.tar.bz2
exchange-c1df2e628379a22068657e144bd34812c305350a.zip
fix melt sig alignment issue
Diffstat (limited to 'src/mint')
-rw-r--r--src/mint/taler-mint-httpd_responses.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mint/taler-mint-httpd_responses.c b/src/mint/taler-mint-httpd_responses.c
index 9a6813f1d..6c029b274 100644
--- a/src/mint/taler-mint-httpd_responses.c
+++ b/src/mint/taler-mint-httpd_responses.c
@@ -751,6 +751,7 @@ TMH_RESPONSE_reply_refresh_melt_success (struct MHD_Connection *connection,
body.purpose.purpose = htonl (TALER_SIGNATURE_MINT_CONFIRM_MELT);
body.session_hash = *session_hash;
body.noreveal_index = htons (noreveal_index);
+ body.reserved = htons (0);
TMH_KS_sign (&body.purpose,
&pub,
&sig);