summaryrefslogtreecommitdiff
path: root/src/include/taler_extensions.h
diff options
context:
space:
mode:
authorÖzgür Kesim <oec-taler@kesim.org>2023-05-09 20:40:43 +0200
committerÖzgür Kesim <oec-taler@kesim.org>2023-05-09 21:45:59 +0200
commitdc5b0fb0d35b9758f6eac7b0bd144db00eef7216 (patch)
tree01a0c662abce66d32144e599f1af84d99391a80c /src/include/taler_extensions.h
parentd1379e492de19070a8f7c2c3dba70f39fe956888 (diff)
downloadexchange-dc5b0fb0d35b9758f6eac7b0bd144db00eef7216.tar.gz
exchange-dc5b0fb0d35b9758f6eac7b0bd144db00eef7216.tar.bz2
exchange-dc5b0fb0d35b9758f6eac7b0bd144db00eef7216.zip
Fix age mask parsing from config
- initialize age mask to zero - drop default bitstring for age mask, use string instead -remove default age mask bits, use string instead -strdup
Diffstat (limited to 'src/include/taler_extensions.h')
-rw-r--r--src/include/taler_extensions.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/include/taler_extensions.h b/src/include/taler_extensions.h
index bd5b72480..75f225344 100644
--- a/src/include/taler_extensions.h
+++ b/src/include/taler_extensions.h
@@ -344,10 +344,6 @@ TALER_extensions_verify_manifests_signature (
* The default age mask represents the age groups
* 0-7, 8-9, 10-11, 12-13, 14-15, 16-17, 18-20, 21-...
*/
-#define TALER_EXTENSION_AGE_RESTRICTION_DEFAULT_AGE_MASK (1 | 1 << 8 | 1 << 10 \
- | 1 << 12 | 1 << 14 \
- | 1 << 16 | 1 << 18 \
- | 1 << 21)
#define TALER_EXTENSION_AGE_RESTRICTION_DEFAULT_AGE_GROUPS "8:10:12:14:16:18:21"