summaryrefslogtreecommitdiff
path: root/src/util
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-01-18 14:13:28 +0100
committerChristian Grothoff <christian@grothoff.org>2020-01-18 14:13:28 +0100
commit9c45958a55d25f87fa8848765cb924ddc604e91b (patch)
treec4f5d71de68cee251d28ef5eada636f78e97236e /src/util
parent9d86f050f9a5c684b06c8fe349f336756c4feca2 (diff)
downloadexchange-9c45958a55d25f87fa8848765cb924ddc604e91b.tar.gz
exchange-9c45958a55d25f87fa8848765cb924ddc604e91b.tar.bz2
exchange-9c45958a55d25f87fa8848765cb924ddc604e91b.zip
doxygen
Diffstat (limited to 'src/util')
-rw-r--r--src/util/crypto_wire.c4
-rw-r--r--src/util/util.c1
2 files changed, 3 insertions, 2 deletions
diff --git a/src/util/crypto_wire.c b/src/util/crypto_wire.c
index e3a5b9fb6..37cb8848a 100644
--- a/src/util/crypto_wire.c
+++ b/src/util/crypto_wire.c
@@ -161,8 +161,8 @@ TALER_merchant_wire_signature_check (const char *payto_url,
*
* @param payto_url account specification
* @param salt the salt used to salt the @a payto_url when hashing
- * @param merchant_priv private key to sign with
- * @param[out] merchant_sig where to write the signature
+ * @param merch_priv private key to sign with
+ * @param[out] merch_sig where to write the signature
*/
void
TALER_merchant_wire_signature_make (const char *payto_url,
diff --git a/src/util/util.c b/src/util/util.c
index c9316462b..84f774d1c 100644
--- a/src/util/util.c
+++ b/src/util/util.c
@@ -489,6 +489,7 @@ TALER_mhd_is_https (struct MHD_Connection *connection)
/**
* Make an absolute URL for a given MHD connection.
*
+ * @param connection the connection to get the URL for
* @param path path of the url
* @param ... NULL-terminated key-value pairs (char *) for query parameters,
* the value will be url-encoded