get util tests to pass

This commit is contained in:
Christian Grothoff 2021-11-17 20:52:39 +01:00
parent e51e60cfb4
commit 193027862d
No known key found for this signature in database
GPG Key ID: 939E6BE1E29FC3CC
2 changed files with 2 additions and 0 deletions

View File

@ -78,6 +78,7 @@ libtalerutil_la_SOURCES = \
auditor_signatures.c \ auditor_signatures.c \
config.c \ config.c \
crypto.c \ crypto.c \
crypto_helper_common.c \
crypto_helper_denom.c \ crypto_helper_denom.c \
crypto_helper_esign.c \ crypto_helper_esign.c \
crypto_wire.c \ crypto_wire.c \

View File

@ -498,6 +498,7 @@ more:
} }
*ec = TALER_EC_NONE; *ec = TALER_EC_NONE;
finished = true; finished = true;
ds.cipher = TALER_DENOMINATION_RSA;
ds.details.blinded_rsa_signature = rsa_signature; ds.details.blinded_rsa_signature = rsa_signature;
break; break;
} }