aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-07-01 13:36:00 +0200
committerChristian Grothoff <christian@grothoff.org>2020-07-01 13:36:21 +0200
commit406e2ee8835abcad5356cb4921d76a6ffe28b7c6 (patch)
tree3c40a857bdaf6efba661687f2f2dfdc81a6ed10c /src
parent385052cb493e2b0f56c3c4a874e46d2028ce18ec (diff)
downloadgnunet-406e2ee8835abcad5356cb4921d76a6ffe28b7c6.tar.gz
gnunet-406e2ee8835abcad5356cb4921d76a6ffe28b7c6.zip
-style fix
Diffstat (limited to 'src')
-rw-r--r--src/util/crypto_rsa.c3
1 files changed, 2 insertions, 1 deletions
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,
1301 * so the exchange is being malicious in an unfamilair way, maybe 1301 * so the exchange is being malicious in an unfamilair way, maybe
1302 * just trying to crash us. Arguably, we've only an internal error 1302 * just trying to crash us. Arguably, we've only an internal error
1303 * though because we should've detected this in our previous call 1303 * though because we should've detected this in our previous call
1304 * to GNUNET_CRYPTO_rsa_unblind. */return GNUNET_NO; 1304 * to GNUNET_CRYPTO_rsa_unblind. *///
1305 return GNUNET_NO;
1305 } 1306 }
1306 1307
1307 data = mpi_to_sexp (r); 1308 data = mpi_to_sexp (r);