From: Florian Dold Date: Sun, 19 Aug 2018 17:12:06 +0000 (+0200) Subject: benchmark: count rsa_blind properly X-Git-Tag: v0.11.0~284 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=6339dc3bdbf1a908d288d7bad4a7332a1179c253;p=oweals%2Fgnunet.git benchmark: count rsa_blind properly --- diff --git a/src/util/crypto_rsa.c b/src/util/crypto_rsa.c index 26c33d5f3..c981ea63b 100644 --- a/src/util/crypto_rsa.c +++ b/src/util/crypto_rsa.c @@ -785,10 +785,11 @@ GNUNET_CRYPTO_rsa_blind (const struct GNUNET_HashCode *hash, *buf_size = numeric_mpi_alloc_n_print (data_r_e, buf); gcry_mpi_release (data_r_e); - return GNUNET_YES; BENCHMARK_END (rsa_blind); + return GNUNET_YES; + rsa_gcd_validate_failure: /* We know the RSA key is malicious here, so warn the wallet. */ /* GNUNET_break_op (0); */