summaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-03-17 01:09:16 +0100
committerChristian Grothoff <christian@grothoff.org>2020-03-17 01:09:16 +0100
commitc597af8334c34f2e6c9e8a693af80f86eb8e0cc1 (patch)
tree818b518cb4dea2a5b3d14e3df8fe933dce3dd030 /src/include
parent98f96970d61b3928034fee74c6e8a28ee1d9d31d (diff)
downloadexchange-c597af8334c34f2e6c9e8a693af80f86eb8e0cc1.tar.gz
exchange-c597af8334c34f2e6c9e8a693af80f86eb8e0cc1.tar.bz2
exchange-c597af8334c34f2e6c9e8a693af80f86eb8e0cc1.zip
adjust types to match latest GNUnet API
Diffstat (limited to 'src/include')
-rw-r--r--src/include/taler_crypto_lib.h4
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