aboutsummaryrefslogtreecommitdiff
path: root/src/test/test_crypto_slow.c
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2019-10-22 09:40:31 -0400
committerNick Mathewson <nickm@torproject.org>2019-10-22 09:40:31 -0400
commit931a5db2a7ded73ddd72cb6646b506d49782f3ec (patch)
tree2f7d2e4850f2e8c698fdc53bded13c23704034cf /src/test/test_crypto_slow.c
parentb2d487ae2249a307cd23255dbb1a22241eefd6ef (diff)
downloadtor-931a5db2a7ded73ddd72cb6646b506d49782f3ec.tar.gz
tor-931a5db2a7ded73ddd72cb6646b506d49782f3ec.zip
Re-run make autostyle.
Diffstat (limited to 'src/test/test_crypto_slow.c')
-rw-r--r--src/test/test_crypto_slow.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/test_crypto_slow.c b/src/test/test_crypto_slow.c
index 4f0cfbc641..9ee7b100b3 100644
--- a/src/test/test_crypto_slow.c
+++ b/src/test/test_crypto_slow.c
@@ -595,7 +595,7 @@ test_crypto_ed25519_fuzz_donna(void *arg)
#define ED25519_TEST(name, fl) \
ED25519_TEST_ONE(name, (fl), "donna"), \
ED25519_TEST_ONE(name, (fl), "ref10")
-#endif
+#endif /* !defined(COCCI) */
struct testcase_t slow_crypto_tests[] = {
CRYPTO_LEGACY(s2k_rfc2440),