summaryrefslogtreecommitdiff
path: root/src/test/test_crypto.c
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2015-07-16 11:11:21 -0400
committerNick Mathewson <nickm@torproject.org>2015-07-16 11:11:21 -0400
commitedaf68173549fe520e273d8e921bd9a00101d174 (patch)
treeda0a2771fc1d676e3e245e3d8be0d2d2d94b3f61 /src/test/test_crypto.c
parentb5cfcb2045262a3ce9485c4d5a0c91b89174e539 (diff)
downloadtor-edaf68173549fe520e273d8e921bd9a00101d174.tar.gz
tor-edaf68173549fe520e273d8e921bd9a00101d174.zip
Break some wide lines
Diffstat (limited to 'src/test/test_crypto.c')
-rw-r--r--src/test/test_crypto.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/test/test_crypto.c b/src/test/test_crypto.c
index 2bc477083c..dbaec61ee9 100644
--- a/src/test/test_crypto.c
+++ b/src/test/test_crypto.c
@@ -1838,7 +1838,8 @@ struct testcase_t crypto_tests[] = {
{ "ed25519_convert", test_crypto_ed25519_convert, 0, NULL, NULL },
{ "ed25519_blinding", test_crypto_ed25519_blinding, 0, NULL, NULL },
{ "ed25519_testvectors", test_crypto_ed25519_testvectors, 0, NULL, NULL },
- { "ed25519_fuzz_donna", test_crypto_ed25519_fuzz_donna, TT_FORK, NULL, NULL },
+ { "ed25519_fuzz_donna", test_crypto_ed25519_fuzz_donna, TT_FORK, NULL,
+ NULL },
{ "siphash", test_crypto_siphash, 0, NULL, NULL },
END_OF_TESTCASES
};