aboutsummaryrefslogtreecommitdiff
path: root/src/test/test_crypto.c
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2013-02-07 14:31:51 -0500
committerNick Mathewson <nickm@torproject.org>2013-02-07 14:31:51 -0500
commit522b312a5155510fb539c9a85994ead13d2b19ce (patch)
tree665a90e583399aec3ca71cc7347682ded2aa4dcf /src/test/test_crypto.c
parent12c6475c064c7792004582031b8409dddfe0327f (diff)
downloadtor-522b312a5155510fb539c9a85994ead13d2b19ce.tar
tor-522b312a5155510fb539c9a85994ead13d2b19ce.tar.gz
whitespace fix
Diffstat (limited to 'src/test/test_crypto.c')
-rw-r--r--src/test/test_crypto.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/test_crypto.c b/src/test/test_crypto.c
index 273e03b9d..a1b5c5217 100644
--- a/src/test/test_crypto.c
+++ b/src/test/test_crypto.c
@@ -1144,7 +1144,7 @@ struct testcase_t crypto_tests[] = {
{ "hkdf_sha256", test_crypto_hkdf_sha256, 0, NULL, NULL },
#ifdef CURVE25519_ENABLED
{ "curve25519_impl", test_crypto_curve25519_impl, 0, NULL, NULL },
- { "curve25519_impl_hibit", test_crypto_curve25519_impl, 0, NULL, (void*)"y" },
+ { "curve25519_impl_hibit", test_crypto_curve25519_impl, 0, NULL, (void*)"y"},
{ "curve25519_wrappers", test_crypto_curve25519_wrappers, 0, NULL, NULL },
{ "curve25519_encode", test_crypto_curve25519_encode, 0, NULL, NULL },
{ "curve25519_persist", test_crypto_curve25519_persist, 0, NULL, NULL },