summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorÖzgür Kesim <oec-taler@kesim.org>2023-03-13 09:08:22 +0100
committerÖzgür Kesim <oec-taler@kesim.org>2023-03-13 09:08:22 +0100
commit2cca5dff2a042815b2ad6e9d2e2d1468f1d5c736 (patch)
tree655e4bccb60be50c8a5c7f04b26e6bba47ee68fb
parent6a3da2254625c9d2d308024391fb4bc80c759a37 (diff)
downloadexchange-2cca5dff2a042815b2ad6e9d2e2d1468f1d5c736.tar.gz
exchange-2cca5dff2a042815b2ad6e9d2e2d1468f1d5c736.tar.bz2
exchange-2cca5dff2a042815b2ad6e9d2e2d1468f1d5c736.zip
-typos
-rw-r--r--src/util/crypto_confirmation.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/util/crypto_confirmation.c b/src/util/crypto_confirmation.c
index 14075d431..63d597fd3 100644
--- a/src/util/crypto_confirmation.c
+++ b/src/util/crypto_confirmation.c
@@ -202,12 +202,13 @@ executive_totp (void *h_key,
/**
- * It is build pos confirmation to verify payment.
+ * @brief Builds POS confirmation to verify payment.
*
* @param pos_key base32 (RFC 3548, not Crockford!) encoded key for verification payment
* @param pos_alg algorithm to compute the payment verification
* @param total of the order paid
* @param ts is the current time given
+ * @return Token on success, NULL of failure
*/
char *
TALER_build_pos_confirmation (const char *pos_key,