diff options
author | Christian Grothoff <christian@grothoff.org> | 2015-03-09 13:21:55 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2015-03-09 13:21:55 +0100 |
commit | 8eaeda99589fe5d0b43818033fc8871b62f50090 (patch) | |
tree | 237ea2a4dbb8470cde40f56efdb7d3e183119c27 /src/include | |
parent | ce8272446eebebb73cbab8ab4e388a2ec7e164fd (diff) |
fix use of signature for noreveal index, needs to be tied to session hash
Diffstat (limited to 'src/include')
-rw-r--r-- | src/include/taler_signatures.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/include/taler_signatures.h b/src/include/taler_signatures.h index 8984165e6..bf39c0aba 100644 --- a/src/include/taler_signatures.h +++ b/src/include/taler_signatures.h @@ -321,6 +321,11 @@ struct RefreshCommitResponseSignatureBody struct GNUNET_CRYPTO_EccSignaturePurpose purpose; /** + * Hash of the refresh session. + */ + struct GNUNET_HashCode session_hash; + + /** * Index that the client will not have to reveal. */ uint16_t noreveal_index GNUNET_PACKED; |