From 19624fd776f28812354f7e2b50b26e984ff077ab Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sun, 20 Feb 2022 21:51:41 +0100 Subject: -ensure different HKDF is used in melt vs. withdraw --- src/exchange/taler-exchange-httpd_withdraw.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/exchange/taler-exchange-httpd_withdraw.c') diff --git a/src/exchange/taler-exchange-httpd_withdraw.c b/src/exchange/taler-exchange-httpd_withdraw.c index cc6e92edf..5f159a429 100644 --- a/src/exchange/taler-exchange-httpd_withdraw.c +++ b/src/exchange/taler-exchange-httpd_withdraw.c @@ -505,7 +505,7 @@ TEH_handler_withdraw (struct TEH_RequestContext *rc, } /* Sign before transaction! */ - ec = TEH_keys_denomination_sign ( + ec = TEH_keys_denomination_sign_withdraw ( &wc.collectable.denom_pub_hash, &wc.blinded_planchet, &wc.collectable.sig); -- cgit v1.2.3