gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-exchange] 35/130: -FTBFS fix


From: gnunet
Subject: [taler-exchange] 35/130: -FTBFS fix
Date: Wed, 17 Nov 2021 12:24:43 +0100

This is an automated email from the git hooks/post-receive script.

grothoff pushed a commit to branch master
in repository exchange.

commit 5d0c6fa29b903581d44e33530d90b53feaf4ccf2
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Wed Oct 27 22:30:04 2021 +0200

    -FTBFS fix
---
 src/util/denom.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/util/denom.c b/src/util/denom.c
index a7f5f564..33b50763 100644
--- a/src/util/denom.c
+++ b/src/util/denom.c
@@ -250,7 +250,7 @@ TALER_denom_sig_cmp (const struct 
TALER_DenominationSignature *sig1,
     return (sig1->cipher > sig2->cipher) ? 1 : -1;
   switch (sig1->cipher)
   {
-  case TALER_SIGINATION_RSA:
+  case TALER_DENOMINATION_RSA:
     return GNUNET_CRYPTO_rsa_signature_cmp (sig1->details.rsa_signature,
                                             sig2->details.rsa_signature);
   // TODO: add case for Clause-Schnorr

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]