summaryrefslogtreecommitdiff
path: root/src/util/crypto.c
diff options
context:
space:
mode:
authorÖzgür Kesim <oec-taler@kesim.org>2023-03-07 11:15:24 +0100
committerÖzgür Kesim <oec-taler@kesim.org>2023-03-07 11:15:24 +0100
commit5608a73c003bbc4547d8e09b24acf94c5af5cb24 (patch)
treee2b180b20caf086d56445f1c44cdf0c7a9ff289e /src/util/crypto.c
parent7521ff1cf4fe27b3b808f8026ce0f239d9cdc6c6 (diff)
downloadexchange-5608a73c003bbc4547d8e09b24acf94c5af5cb24.tar.gz
exchange-5608a73c003bbc4547d8e09b24acf94c5af5cb24.tar.bz2
exchange-5608a73c003bbc4547d8e09b24acf94c5af5cb24.zip
-simplify zero-check for age-commitment hash
Diffstat (limited to 'src/util/crypto.c')
-rw-r--r--src/util/crypto.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/util/crypto.c b/src/util/crypto.c
index 5cbba8135..d164b8a50 100644
--- a/src/util/crypto.c
+++ b/src/util/crypto.c
@@ -27,11 +27,6 @@
#include <gcrypt.h>
/**
- * Used in TALER_AgeCommitmentHash_isNullOrZero for comparison
- */
-const struct TALER_AgeCommitmentHash TALER_ZeroAgeCommitmentHash = {0};
-
-/**
* Function called by libgcrypt on serious errors.
* Prints an error message and aborts the process.
*