diff options
Diffstat (limited to 'src/util')
-rw-r--r-- | src/util/crypto.c | 5 |
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. * |