summaryrefslogtreecommitdiff
path: root/src/common/crypto_curve25519.c
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2015-07-16 11:10:14 -0400
committerNick Mathewson <nickm@torproject.org>2015-07-16 11:10:14 -0400
commitb5cfcb2045262a3ce9485c4d5a0c91b89174e539 (patch)
tree9c4fb362b6b08f4acb5377e5fc4dd5ac53acf4d5 /src/common/crypto_curve25519.c
parent8cb50703761affb496f2035768e0f024d9263938 (diff)
downloadtor-b5cfcb2045262a3ce9485c4d5a0c91b89174e539.tar.gz
tor-b5cfcb2045262a3ce9485c4d5a0c91b89174e539.zip
Fix most check-spaces issues
Diffstat (limited to 'src/common/crypto_curve25519.c')
-rw-r--r--src/common/crypto_curve25519.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/crypto_curve25519.c b/src/common/crypto_curve25519.c
index 113ac89df7..043782423f 100644
--- a/src/common/crypto_curve25519.c
+++ b/src/common/crypto_curve25519.c
@@ -353,7 +353,7 @@ curve25519_basepoint_spot_check(void)
/* Check the most basic possible sanity via the test secret/public key pair
* used in "Cryptography in NaCl - 2. Secret keys and public keys". This
- * may catch catastrophic failures on systems where Curve25519 is expensive,
+ * may catch catastrophic failures on systems where Curve25519 is expensive,
* without requiring a ton of key generation.
*/
curve25519_use_ed = 1;