summaryrefslogtreecommitdiff
path: root/src/include/taler_crypto_lib.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2024-01-05 14:21:53 +0100
committerChristian Grothoff <christian@grothoff.org>2024-01-05 14:21:53 +0100
commitdc742246151fa5a0fa3f2150e130d5122008cfae (patch)
tree0d7356fc25bd8a6660235cc5b557505a634b2a82 /src/include/taler_crypto_lib.h
parent7679c951c82f5fe1bb5025c483fe0ad7b7e8c54c (diff)
downloadexchange-dc742246151fa5a0fa3f2150e130d5122008cfae.tar.gz
exchange-dc742246151fa5a0fa3f2150e130d5122008cfae.tar.bz2
exchange-dc742246151fa5a0fa3f2150e130d5122008cfae.zip
add option -s to the CS secmod helper for DONAU to use a different path
Diffstat (limited to 'src/include/taler_crypto_lib.h')
-rw-r--r--src/include/taler_crypto_lib.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/include/taler_crypto_lib.h b/src/include/taler_crypto_lib.h
index fb9e32a21..bab27870b 100644
--- a/src/include/taler_crypto_lib.h
+++ b/src/include/taler_crypto_lib.h
@@ -2514,6 +2514,7 @@ typedef void
* Initiate connection to an denomination key helper.
*
* @param cfg configuration to use
+ * @param section configuration section prefix to use, usually 'taler' or 'donau'
* @param dkc function to call with key information
* @param dkc_cls closure for @a dkc
* @return NULL on error (such as bad @a cfg).
@@ -2521,6 +2522,7 @@ typedef void
struct TALER_CRYPTO_CsDenominationHelper *
TALER_CRYPTO_helper_cs_connect (
const struct GNUNET_CONFIGURATION_Handle *cfg,
+ const char *section,
TALER_CRYPTO_CsDenominationKeyStatusCallback dkc,
void *dkc_cls);