summaryrefslogtreecommitdiff
path: root/src/util/test_helper_eddsa.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2024-01-15 15:09:52 +0100
committerChristian Grothoff <christian@grothoff.org>2024-01-15 15:09:52 +0100
commitdb7558bbb41f8c01a08e1e46b01ad14d955f724b (patch)
treeb485262ef3dceafd5c288f42503e1f9c835e8aa6 /src/util/test_helper_eddsa.c
parent377462309e1e9102165601989af5cb2a18f0ebd4 (diff)
downloadexchange-db7558bbb41f8c01a08e1e46b01ad14d955f724b.tar.gz
exchange-db7558bbb41f8c01a08e1e46b01ad14d955f724b.tar.bz2
exchange-db7558bbb41f8c01a08e1e46b01ad14d955f724b.zip
improve secmod for donau
Diffstat (limited to 'src/util/test_helper_eddsa.c')
-rw-r--r--src/util/test_helper_eddsa.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/util/test_helper_eddsa.c b/src/util/test_helper_eddsa.c
index 4f1f95893..0119e4278 100644
--- a/src/util/test_helper_eddsa.c
+++ b/src/util/test_helper_eddsa.c
@@ -365,7 +365,7 @@ par_signing (struct GNUNET_CONFIGURATION_Handle *cfg)
int ret;
esh = TALER_CRYPTO_helper_esign_connect (cfg,
- "taler",
+ "taler-exchange",
&key_cb,
NULL);
if (NULL == esh)
@@ -428,7 +428,7 @@ run_test (void)
nanosleep (&req,
NULL);
esh = TALER_CRYPTO_helper_esign_connect (cfg,
- "taler",
+ "taler-exchange",
&key_cb,
NULL);
if (NULL != esh)