aboutsummaryrefslogtreecommitdiff
path: root/src/util/denom.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2021-11-06 16:04:26 +0100
committerChristian Grothoff <christian@grothoff.org>2021-11-06 16:04:26 +0100
commit938e2ce39c56ae5afc6c12f15be8f49c7edbf2fd (patch)
tree65d2ecc77a77b603fe0801704c7c089329e79d65 /src/util/denom.c
parentf01ab79015e1425a9c0cdede4bce0825d4c8c65b (diff)
downloadexchange-938e2ce39c56ae5afc6c12f15be8f49c7edbf2fd.tar.gz
exchange-938e2ce39c56ae5afc6c12f15be8f49c7edbf2fd.tar.bz2
exchange-938e2ce39c56ae5afc6c12f15be8f49c7edbf2fd.zip
more RSA cleanup
Diffstat (limited to 'src/util/denom.c')
-rw-r--r--src/util/denom.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/util/denom.c b/src/util/denom.c
index d159b21bf..cdcfc5c3a 100644
--- a/src/util/denom.c
+++ b/src/util/denom.c
@@ -353,6 +353,8 @@ TALER_blinded_denom_sig_free (
{
switch (denom_sig->cipher)
{
+ case TALER_DENOMINATION_INVALID:
+ return;
case TALER_DENOMINATION_RSA:
if (NULL != denom_sig->details.blinded_rsa_signature)
{