diff options
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 dbf03831..57f02054 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  | 
