summaryrefslogtreecommitdiff
path: root/src/include/taler_crypto_lib.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2023-01-27 15:10:25 +0100
committerChristian Grothoff <christian@grothoff.org>2023-01-27 15:10:25 +0100
commitd79c23aaabb5dc1c9073555d574bea01b75668cd (patch)
tree70adc8db776468bf8295b9c0092e687fe5d1be9c /src/include/taler_crypto_lib.h
parent6da3cbedd468638a6161fb46063dcec83c069c80 (diff)
downloadexchange-d79c23aaabb5dc1c9073555d574bea01b75668cd.tar.gz
exchange-d79c23aaabb5dc1c9073555d574bea01b75668cd.tar.bz2
exchange-d79c23aaabb5dc1c9073555d574bea01b75668cd.zip
add logic to store attributes
Diffstat (limited to 'src/include/taler_crypto_lib.h')
-rw-r--r--src/include/taler_crypto_lib.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/include/taler_crypto_lib.h b/src/include/taler_crypto_lib.h
index 35a6bd6da..6658ee0a1 100644
--- a/src/include/taler_crypto_lib.h
+++ b/src/include/taler_crypto_lib.h
@@ -1259,13 +1259,13 @@ struct TALER_AgeAttestation
#endif
};
+
extern const struct TALER_AgeCommitmentHash TALER_ZeroAgeCommitmentHash;
-#define TALER_AgeCommitmentHash_isNullOrZero(ph) ((NULL == ph) || \
- (0 == memcmp (ph, \
- & \
- TALER_ZeroAgeCommitmentHash, \
- sizeof(struct \
- TALER_AgeCommitmentHash))))
+#define TALER_AgeCommitmentHash_isNullOrZero(ph) \
+ ((NULL == ph) || \
+ (0 == memcmp (ph, \
+ &TALER_ZeroAgeCommitmentHash, \
+ sizeof(struct TALER_AgeCommitmentHash))))
/**
* @brief Type of public signing keys for verifying blindly signed coins.