Merge branch 'master' of git+ssh://taler.net/var/git/mint

This commit is contained in:
Christian Grothoff 2015-03-09 12:29:46 +01:00
commit f2700dc6ee

View File

@ -91,6 +91,7 @@ create_denom_key_pair (unsigned int size)
return dkp;
}
static void
destroy_denon_key_pair (struct DenomKeyPair *dkp)
{
GNUNET_CRYPTO_rsa_public_key_free (dkp->pub);
@ -116,7 +117,7 @@ run (void *cls, char *const *args, const char *cfgfile,
struct GNUNET_TIME_Absolute expiry;
struct TALER_Amount amount;
struct DenomKeyPair *dkp;
struct GNUNET_HashCode *h_blind;
struct GNUNET_HashCode h_blind;
struct CollectableBlindcoin cbc;
struct CollectableBlindcoin cbc2;