towards merging with master
This commit is contained in:
parent
16a8b2f611
commit
0f5fc95ecf
@ -21,7 +21,6 @@ EXTRA_DIST = \
|
|||||||
test_helper_rsa.conf
|
test_helper_rsa.conf
|
||||||
|
|
||||||
bin_PROGRAMS = \
|
bin_PROGRAMS = \
|
||||||
taler-crypto-worker \
|
|
||||||
taler-exchange-secmod-eddsa \
|
taler-exchange-secmod-eddsa \
|
||||||
taler-exchange-secmod-rsa
|
taler-exchange-secmod-rsa
|
||||||
|
|
||||||
|
@ -176,9 +176,11 @@ run (void *cls,
|
|||||||
global_ret = 1;
|
global_ret = 1;
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
#if FIXME_FLORIAN
|
||||||
TALER_planchet_setup_refresh (&transfer_secret,
|
TALER_planchet_setup_refresh (&transfer_secret,
|
||||||
coin_num_salt,
|
coin_num_salt,
|
||||||
&ps);
|
&ps);
|
||||||
|
#endif
|
||||||
GNUNET_CRYPTO_eddsa_key_get_public (&ps.coin_priv.eddsa_priv,
|
GNUNET_CRYPTO_eddsa_key_get_public (&ps.coin_priv.eddsa_priv,
|
||||||
&coin_pub.eddsa_pub);
|
&coin_pub.eddsa_pub);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user