summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2016-10-17 10:25:13 -0400
committerNick Mathewson <nickm@torproject.org>2016-10-17 10:25:13 -0400
commitf3174428e25d9f7c5fe000581ff2bcf7fa93bee3 (patch)
tree978f90f8be9f8bc402d55a9cc9a1ab45a1d111f7
parentefe6fc8b0370fe9cb83755a7f6ec5a8604b5340c (diff)
downloadtor-f3174428e25d9f7c5fe000581ff2bcf7fa93bee3.tar.gz
tor-f3174428e25d9f7c5fe000581ff2bcf7fa93bee3.zip
Fix a syntax problem
-rw-r--r--src/common/crypto_curve25519.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/common/crypto_curve25519.c b/src/common/crypto_curve25519.c
index 0a744ef56d..fcbee3aba2 100644
--- a/src/common/crypto_curve25519.c
+++ b/src/common/crypto_curve25519.c
@@ -182,7 +182,6 @@ curve25519_public_key_generate(curve25519_public_key_t *key_out,
* Construct a new keypair in *<b>keypair_out</b>. If <b>extra_strong</b>
* is true, this key is possibly going to get used more than once, so
* use a better-than-usual RNG. Return 0 on success, -1 on failure. */
- */
int
curve25519_keypair_generate(curve25519_keypair_t *keypair_out,
int extra_strong)