From c597af8334c34f2e6c9e8a693af80f86eb8e0cc1 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Tue, 17 Mar 2020 01:09:16 +0100 Subject: adjust types to match latest GNUnet API --- src/include/taler_crypto_lib.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/include/taler_crypto_lib.h') 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 -- cgit v1.2.3