summaryrefslogtreecommitdiff
path: root/src/util/test_helper_rsa.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2021-11-05 22:22:47 +0100
committerChristian Grothoff <christian@grothoff.org>2021-11-05 22:22:47 +0100
commitba627bf84c89ea93a117bce8563b30a3d460e633 (patch)
tree0a717d9d51f46dab6d1032a3181b441abcae746a /src/util/test_helper_rsa.c
parentebbc250f8b86de14a5684addade285cb5d1ad9ac (diff)
downloadexchange-ba627bf84c89ea93a117bce8563b30a3d460e633.tar.gz
exchange-ba627bf84c89ea93a117bce8563b30a3d460e633.tar.bz2
exchange-ba627bf84c89ea93a117bce8563b30a3d460e633.zip
-fixes
Diffstat (limited to 'src/util/test_helper_rsa.c')
-rw-r--r--src/util/test_helper_rsa.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/test_helper_rsa.c b/src/util/test_helper_rsa.c
index 87e58bd3f..e4c0bf6fd 100644
--- a/src/util/test_helper_rsa.c
+++ b/src/util/test_helper_rsa.c
@@ -288,7 +288,7 @@ test_signing (struct TALER_CRYPTO_DenominationHelper *dh)
if (GNUNET_OK !=
TALER_denom_sig_unblind (&rs,
&ds,
- &ps.blinding_key.bks,
+ &ps.blinding_key,
&keys[i].denom_pub))
{
GNUNET_break (0);