summaryrefslogtreecommitdiff
path: root/src/util/crypto_helper_denom.c
diff options
context:
space:
mode:
authorFlorian Dold <florian@dold.me>2021-01-17 20:07:55 +0100
committerFlorian Dold <florian@dold.me>2021-01-17 20:07:55 +0100
commitb23f9b78a4220fda5ee8e1c4fc1bbae83dedeb39 (patch)
treed900710097f485150c55104e1f26304eac0ac55e /src/util/crypto_helper_denom.c
parented9c37ef4fb49949b06fccac72e498b67c4c61ce (diff)
downloadexchange-b23f9b78a4220fda5ee8e1c4fc1bbae83dedeb39.tar.gz
exchange-b23f9b78a4220fda5ee8e1c4fc1bbae83dedeb39.tar.bz2
exchange-b23f9b78a4220fda5ee8e1c4fc1bbae83dedeb39.zip
rename taler-helper-crypto-* to taler-exchange-secmod-*
Diffstat (limited to 'src/util/crypto_helper_denom.c')
-rw-r--r--src/util/crypto_helper_denom.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/util/crypto_helper_denom.c b/src/util/crypto_helper_denom.c
index 88eecec20..0545863d1 100644
--- a/src/util/crypto_helper_denom.c
+++ b/src/util/crypto_helper_denom.c
@@ -21,7 +21,7 @@
#include "platform.h"
#include "taler_util.h"
#include "taler_signatures.h"
-#include "taler-helper-crypto-rsa.h"
+#include "taler-exchange-secmod-rsa.h"
#include <poll.h>
@@ -193,12 +193,12 @@ TALER_CRYPTO_helper_denom_connect (
if (GNUNET_OK !=
GNUNET_CONFIGURATION_get_value_filename (cfg,
- "taler-helper-crypto-rsa",
+ "taler-exchange-secmod-rsa",
"UNIXPATH",
&unixpath))
{
GNUNET_log_config_missing (GNUNET_ERROR_TYPE_ERROR,
- "taler-helper-crypto-rsa",
+ "taler-exchange-secmod-rsa",
"UNIXPATH");
return NULL;
}
@@ -207,7 +207,7 @@ TALER_CRYPTO_helper_denom_connect (
if (strlen (unixpath) >= sizeof (dh->sa.sun_path))
{
GNUNET_log_config_invalid (GNUNET_ERROR_TYPE_ERROR,
- "taler-helper-crypto-rsa",
+ "taler-exchange-secmod-rsa",
"UNIXPATH",
"path too long");
GNUNET_free (unixpath);