diff options
author | Nick Mathewson <nickm@torproject.org> | 2015-07-16 11:11:21 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2015-07-16 11:11:21 -0400 |
commit | edaf68173549fe520e273d8e921bd9a00101d174 (patch) | |
tree | da0a2771fc1d676e3e245e3d8be0d2d2d94b3f61 /src/test/test_crypto.c | |
parent | b5cfcb2045262a3ce9485c4d5a0c91b89174e539 (diff) | |
download | tor-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.c | 3 |
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 }; |