소스 검색

Fix a syntax problem

Nick Mathewson 7 년 전
부모
커밋
f3174428e2
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      src/common/crypto_curve25519.c

+ 0 - 1
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)