summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2021-11-17 11:32:05 +0100
committerChristian Grothoff <christian@grothoff.org>2021-11-17 11:32:05 +0100
commit0f5fc95ecfc1ef6c88ab46c6887cf34a13d27728 (patch)
tree379fe66cc96f0897488393b0decd02e13cbaa4ec
parent16a8b2f6119a644a70f8b9885406fe4e9e2e1b46 (diff)
downloadexchange-0f5fc95ecfc1ef6c88ab46c6887cf34a13d27728.tar.gz
exchange-0f5fc95ecfc1ef6c88ab46c6887cf34a13d27728.tar.bz2
exchange-0f5fc95ecfc1ef6c88ab46c6887cf34a13d27728.zip
towards merging with master
-rw-r--r--src/util/Makefile.am1
-rw-r--r--src/util/taler-crypto-worker.c2
2 files changed, 2 insertions, 1 deletions
diff --git a/src/util/Makefile.am b/src/util/Makefile.am
index 53b676f85..c9f2b9979 100644
--- a/src/util/Makefile.am
+++ b/src/util/Makefile.am
@@ -21,7 +21,6 @@ EXTRA_DIST = \
test_helper_rsa.conf
bin_PROGRAMS = \
- taler-crypto-worker \
taler-exchange-secmod-eddsa \
taler-exchange-secmod-rsa
diff --git a/src/util/taler-crypto-worker.c b/src/util/taler-crypto-worker.c
index 6e1455262..9c49ea374 100644
--- a/src/util/taler-crypto-worker.c
+++ b/src/util/taler-crypto-worker.c
@@ -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);