From 406e2ee8835abcad5356cb4921d76a6ffe28b7c6 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Wed, 1 Jul 2020 13:36:00 +0200 Subject: -style fix --- src/util/crypto_rsa.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/util/crypto_rsa.c b/src/util/crypto_rsa.c index cb4640d48..b12ec7434 100644 --- a/src/util/crypto_rsa.c +++ b/src/util/crypto_rsa.c @@ -1301,7 +1301,8 @@ GNUNET_CRYPTO_rsa_verify (const struct GNUNET_HashCode *hash, * so the exchange is being malicious in an unfamilair way, maybe * just trying to crash us. Arguably, we've only an internal error * though because we should've detected this in our previous call - * to GNUNET_CRYPTO_rsa_unblind. */return GNUNET_NO; + * to GNUNET_CRYPTO_rsa_unblind. */// + return GNUNET_NO; } data = mpi_to_sexp (r); -- cgit v1.2.3