diff options
author | Christian Grothoff <christian@grothoff.org> | 2020-03-17 01:09:16 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2020-03-17 01:09:16 +0100 |
commit | c597af8334c34f2e6c9e8a693af80f86eb8e0cc1 (patch) | |
tree | 818b518cb4dea2a5b3d14e3df8fe933dce3dd030 /src/include | |
parent | 98f96970d61b3928034fee74c6e8a28ee1d9d31d (diff) |
adjust types to match latest GNUnet API
Diffstat (limited to 'src/include')
-rw-r--r-- | src/include/taler_crypto_lib.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/taler_crypto_lib.h b/src/include/taler_crypto_lib.h index dbf038311..57f02054d 100644 --- a/src/include/taler_crypto_lib.h +++ b/src/include/taler_crypto_lib.h @@ -455,7 +455,7 @@ struct TALER_PlanchetDetail /** * Blinded coin (see GNUNET_CRYPTO_rsa_blind()). Note: is malloc()'ed! */ - char *coin_ev; + void *coin_ev; /** * Number of bytes in @a coin_ev. @@ -683,7 +683,7 @@ struct TALER_RefreshCoinData /** * The envelope with the blinded coin. */ - char *coin_ev; + void *coin_ev; /** * Number of bytes in @a coin_ev |