Merge branch 'master' of git+ssh://taler.net/var/git/mint
This commit is contained in:
commit
f2700dc6ee
@ -91,6 +91,7 @@ create_denom_key_pair (unsigned int size)
|
|||||||
return dkp;
|
return dkp;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
static void
|
||||||
destroy_denon_key_pair (struct DenomKeyPair *dkp)
|
destroy_denon_key_pair (struct DenomKeyPair *dkp)
|
||||||
{
|
{
|
||||||
GNUNET_CRYPTO_rsa_public_key_free (dkp->pub);
|
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 GNUNET_TIME_Absolute expiry;
|
||||||
struct TALER_Amount amount;
|
struct TALER_Amount amount;
|
||||||
struct DenomKeyPair *dkp;
|
struct DenomKeyPair *dkp;
|
||||||
struct GNUNET_HashCode *h_blind;
|
struct GNUNET_HashCode h_blind;
|
||||||
struct CollectableBlindcoin cbc;
|
struct CollectableBlindcoin cbc;
|
||||||
struct CollectableBlindcoin cbc2;
|
struct CollectableBlindcoin cbc2;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user