type fixes

This commit is contained in:
Christian Grothoff 2020-03-19 17:56:05 +01:00
parent f02775e273
commit fd29d1866f
No known key found for this signature in database
GPG Key ID: 939E6BE1E29FC3CC

View File

@ -110,13 +110,13 @@ main (int argc,
const char *const argv[])
{
struct TALER_EXCHANGEDB_DenominationKey dki;
char *enc;
void *enc;
size_t enc_size;
struct TALER_EXCHANGEDB_DenominationKey dki_read;
struct GNUNET_CRYPTO_EddsaPrivateKey *pk;
struct TALER_MasterPrivateKeyP master_priv;
struct TALER_MasterPublicKeyP master_pub;
char *enc_read;
void *enc_read;
size_t enc_read_size;
char *tmpfile;
char *tmpdir;