diff options
Diffstat (limited to 'fp_pub.c')
-rw-r--r-- | fp_pub.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -412,7 +412,7 @@ fp_pub_determine_outcome (struct BRANDT_Auction *ad, } } - dlogi = GNUNET_CRYPTO_ecc_dlog (ec_dlogctx, sum_gamma); + dlogi = GNUNET_CRYPTO_ecc_dlog (ad->dlogctx, sum_gamma); brandt_assert (dlogi > 0); /* all bidders participated with a multiplicative share */ |