]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Fix a syntax problem
authorNick Mathewson <nickm@torproject.org>
Mon, 17 Oct 2016 14:25:13 +0000 (10:25 -0400)
committerNick Mathewson <nickm@torproject.org>
Mon, 17 Oct 2016 14:25:13 +0000 (10:25 -0400)
src/common/crypto_curve25519.c

index 0a744ef56db707b4e48c5fa92edfc2aad05930d5..fcbee3aba26a9a26065a9e6a8feae1fc8f34c84a 100644 (file)
@@ -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)