summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorChristian Grothoff <grothoff@gnunet.org>2023-11-28 11:42:37 +0900
committerChristian Grothoff <grothoff@gnunet.org>2023-11-28 11:42:37 +0900
commit5ec2b74a0e91c4799f521fcc71923506777ef515 (patch)
tree3f4bb3f8e8d831b9ccbc5e520586a3a89153259a /src
parent35d52699018a62851ba1420715d4bec3818a190a (diff)
parentfd2f18d4fbf8b84eb9444972b1660bb7712d192e (diff)
downloadexchange-5ec2b74a0e91c4799f521fcc71923506777ef515.tar.gz
exchange-5ec2b74a0e91c4799f521fcc71923506777ef515.tar.bz2
exchange-5ec2b74a0e91c4799f521fcc71923506777ef515.zip
Merge branch 'master' of git+ssh://git.taler.net/exchange
Diffstat (limited to 'src')
-rw-r--r--src/include/taler_crypto_lib.h2
-rw-r--r--src/pq/pq_result_helper.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/include/taler_crypto_lib.h b/src/include/taler_crypto_lib.h
index 6f5b403b0..dc431af53 100644
--- a/src/include/taler_crypto_lib.h
+++ b/src/include/taler_crypto_lib.h
@@ -5867,7 +5867,7 @@ struct TALER_DenominationGroup
enum GNUNET_CRYPTO_BlindSignatureAlgorithm cipher;
/**
- * Age mask for the denomiation.
+ * Age mask for the denomination.
*/
struct TALER_AgeMask age_mask;
diff --git a/src/pq/pq_result_helper.c b/src/pq/pq_result_helper.c
index 9acf80716..9bd3fdb49 100644
--- a/src/pq/pq_result_helper.c
+++ b/src/pq/pq_result_helper.c
@@ -1208,7 +1208,7 @@ extract_array_generic (
in += sizeof(val);
/* total size for this array-entry */
- FAIL_IF (sizeof(ap) > sz);
+ FAIL_IF (sizeof(ap) != sz);
GNUNET_memcpy (&ap,
in,