diff options
Diffstat (limited to 'src')
| -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;          } | 
