summaryrefslogtreecommitdiff
path: root/src/util/crypto_helper_rsa.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/crypto_helper_rsa.c
parent377462309e1e9102165601989af5cb2a18f0ebd4 (diff)
downloadexchange-db7558bbb41f8c01a08e1e46b01ad14d955f724b.tar.gz
exchange-db7558bbb41f8c01a08e1e46b01ad14d955f724b.tar.bz2
exchange-db7558bbb41f8c01a08e1e46b01ad14d955f724b.zip
improve secmod for donau
Diffstat (limited to 'src/util/crypto_helper_rsa.c')
-rw-r--r--src/util/crypto_helper_rsa.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/util/crypto_helper_rsa.c b/src/util/crypto_helper_rsa.c
index d5b7ccf2f..e23e12a88 100644
--- a/src/util/crypto_helper_rsa.c
+++ b/src/util/crypto_helper_rsa.c
@@ -120,9 +120,9 @@ TALER_CRYPTO_helper_rsa_connect (
struct TALER_CRYPTO_RsaDenominationHelper *dh;
char *unixpath;
char *secname;
-
+
GNUNET_asprintf (&secname,
- "%s-exchange-secmod-rsa",
+ "%s-secmod-rsa",
section);
if (GNUNET_OK !=
@@ -142,7 +142,7 @@ TALER_CRYPTO_helper_rsa_connect (
if (strlen (unixpath) >= sizeof (dh->sa.sun_path))
{
GNUNET_log_config_invalid (GNUNET_ERROR_TYPE_ERROR,
- "taler-exchange-secmod-rsa",
+ secname,
"UNIXPATH",
"path too long");
GNUNET_free (unixpath);