From 5608a73c003bbc4547d8e09b24acf94c5af5cb24 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=96zg=C3=BCr=20Kesim?= Date: Tue, 7 Mar 2023 11:15:24 +0100 Subject: -simplify zero-check for age-commitment hash --- src/util/crypto.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/util/crypto.c') 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 @@ -26,11 +26,6 @@ #include "taler_util.h" #include -/** - * 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. -- cgit v1.2.3