aboutsummaryrefslogtreecommitdiff
path: root/src/util/crypto_helper_rsa.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2023-10-28 01:50:26 +0200
committerChristian Grothoff <christian@grothoff.org>2023-10-28 01:50:26 +0200
commit9c730063ee7f622a4908f7d78f618a3e24040fb2 (patch)
treec5eb08649fc379e3d2fe80ce0314344b26f4bfdc /src/util/crypto_helper_rsa.c
parentc381004e5dadbe528b56683bfe4ad3f29251d833 (diff)
downloadexchange-9c730063ee7f622a4908f7d78f618a3e24040fb2.tar.xz
new blind signature logic bug fixes
Diffstat (limited to 'src/util/crypto_helper_rsa.c')
-rw-r--r--src/util/crypto_helper_rsa.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/util/crypto_helper_rsa.c b/src/util/crypto_helper_rsa.c
index 7dd584aaf..58ed5a375 100644
--- a/src/util/crypto_helper_rsa.c
+++ b/src/util/crypto_helper_rsa.c
@@ -776,6 +776,7 @@ more:
wpos);
blind_sig = GNUNET_new (struct GNUNET_CRYPTO_BlindedSignature);
blind_sig->cipher = GNUNET_CRYPTO_BSA_RSA;
+ blind_sig->rc = 1;
blind_sig->details.blinded_rsa_signature = rsa_signature;
bss[wpos].blinded_sig = blind_sig;
wpos++;