towards merging with master

This commit is contained in:
Christian Grothoff 2021-11-17 11:32:05 +01:00
parent 16a8b2f611
commit 0f5fc95ecf
No known key found for this signature in database
GPG Key ID: 939E6BE1E29FC3CC
2 changed files with 2 additions and 1 deletions

View File

@ -21,7 +21,6 @@ EXTRA_DIST = \
test_helper_rsa.conf
bin_PROGRAMS = \
taler-crypto-worker \
taler-exchange-secmod-eddsa \
taler-exchange-secmod-rsa

View File

@ -176,9 +176,11 @@ run (void *cls,
global_ret = 1;
return;
}
#if FIXME_FLORIAN
TALER_planchet_setup_refresh (&transfer_secret,
coin_num_salt,
&ps);
#endif
GNUNET_CRYPTO_eddsa_key_get_public (&ps.coin_priv.eddsa_priv,
&coin_pub.eddsa_pub);