diff options
| author | Christian Grothoff <christian@grothoff.org> | 2021-11-17 20:52:39 +0100 | 
|---|---|---|
| committer | Christian Grothoff <christian@grothoff.org> | 2021-11-17 20:52:39 +0100 | 
| commit | 193027862d5a619b44098eb3d3cdd2f3f193ce44 (patch) | |
| tree | 01b16cc1c12676d55b071b6216c27c94eb498d09 | |
| parent | e51e60cfb4f0991a0ffd37defc1b3d77cb4d59ed (diff) | |
get util tests to pass
| -rw-r--r-- | src/util/Makefile.am | 1 | ||||
| -rw-r--r-- | src/util/crypto_helper_denom.c | 1 | 
2 files changed, 2 insertions, 0 deletions
| diff --git a/src/util/Makefile.am b/src/util/Makefile.am index c9f2b997..eefdcef4 100644 --- a/src/util/Makefile.am +++ b/src/util/Makefile.am @@ -78,6 +78,7 @@ libtalerutil_la_SOURCES = \    auditor_signatures.c \    config.c \    crypto.c \ +  crypto_helper_common.c \    crypto_helper_denom.c \    crypto_helper_esign.c \    crypto_wire.c \ diff --git a/src/util/crypto_helper_denom.c b/src/util/crypto_helper_denom.c index 4c6ab84e..5aa60a24 100644 --- a/src/util/crypto_helper_denom.c +++ b/src/util/crypto_helper_denom.c @@ -498,6 +498,7 @@ more:            }            *ec = TALER_EC_NONE;            finished = true; +          ds.cipher = TALER_DENOMINATION_RSA;            ds.details.blinded_rsa_signature = rsa_signature;            break;          } | 
