aboutsummaryrefslogtreecommitdiff
path: root/src/util/crypto_rsa.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2019-10-31 13:03:48 +0100
committerChristian Grothoff <christian@grothoff.org>2019-10-31 13:03:48 +0100
commit7e3cf5f461eb4fbb7581672bf0835da07c378136 (patch)
treebdc3874b7894242b095b892f1ed3e81a4d4f06c0 /src/util/crypto_rsa.c
parent01b480d6d026e0c537dc284a7e7df2c0320a3528 (diff)
downloadgnunet-7e3cf5f461eb4fbb7581672bf0835da07c378136.tar.gz
gnunet-7e3cf5f461eb4fbb7581672bf0835da07c378136.zip
tighten formatting rules
Diffstat (limited to 'src/util/crypto_rsa.c')
-rw-r--r--src/util/crypto_rsa.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/util/crypto_rsa.c b/src/util/crypto_rsa.c
index edabcd6d5..5c18e0b15 100644
--- a/src/util/crypto_rsa.c
+++ b/src/util/crypto_rsa.c
@@ -1181,8 +1181,7 @@ GNUNET_CRYPTO_rsa_verify (const struct GNUNET_HashCode *hash,
1181 * so the exchange is being malicious in an unfamilair way, maybe 1181 * so the exchange is being malicious in an unfamilair way, maybe
1182 * just trying to crash us. Arguably, we've only an internal error 1182 * just trying to crash us. Arguably, we've only an internal error
1183 * though because we should've detected this in our previous call 1183 * though because we should've detected this in our previous call
1184 * to GNUNET_CRYPTO_rsa_unblind. */ 1184 * to GNUNET_CRYPTO_rsa_unblind. */return GNUNET_NO;
1185 return GNUNET_NO;
1186 } 1185 }
1187 1186
1188 data = mpi_to_sexp (r); 1187 data = mpi_to_sexp (r);