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 *keypair_out. If extra_strong * 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)