summaryrefslogtreecommitdiff
path: root/src/util/test_helper_eddsa.c
diff options
context:
space:
mode:
authorCasaburi Johannes <johannes.casaburi@students.bfh.ch>2024-01-05 15:31:54 +0100
committerCasaburi Johannes <johannes.casaburi@students.bfh.ch>2024-01-05 15:31:54 +0100
commit94914b0e2e559d38c19c580e96f881eb329bc82d (patch)
tree4933faf56808ec04730e0fc4bd86f621c0894070 /src/util/test_helper_eddsa.c
parentdc742246151fa5a0fa3f2150e130d5122008cfae (diff)
downloadexchange-94914b0e2e559d38c19c580e96f881eb329bc82d.tar.gz
exchange-94914b0e2e559d38c19c580e96f881eb329bc82d.tar.bz2
exchange-94914b0e2e559d38c19c580e96f881eb329bc82d.zip
add option -s to the RSA and EdDSA secmod helper for DONAU to use a different path
Diffstat (limited to 'src/util/test_helper_eddsa.c')
-rw-r--r--src/util/test_helper_eddsa.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/util/test_helper_eddsa.c b/src/util/test_helper_eddsa.c
index da1c51b46..4f1f95893 100644
--- a/src/util/test_helper_eddsa.c
+++ b/src/util/test_helper_eddsa.c
@@ -365,6 +365,7 @@ par_signing (struct GNUNET_CONFIGURATION_Handle *cfg)
int ret;
esh = TALER_CRYPTO_helper_esign_connect (cfg,
+ "taler",
&key_cb,
NULL);
if (NULL == esh)
@@ -427,6 +428,7 @@ run_test (void)
nanosleep (&req,
NULL);
esh = TALER_CRYPTO_helper_esign_connect (cfg,
+ "taler",
&key_cb,
NULL);
if (NULL != esh)