aboutsummaryrefslogtreecommitdiffstats
path: root/src/tests/test_c25519.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/tests/test_c25519.cpp')
-rw-r--r--src/tests/test_c25519.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tests/test_c25519.cpp b/src/tests/test_c25519.cpp
index 3dbc92492..f8dfd3b85 100644
--- a/src/tests/test_c25519.cpp
+++ b/src/tests/test_c25519.cpp
@@ -33,7 +33,7 @@ size_t curve25519_scalar_kat(const std::string& secret_h,
if(got != out)
{
- std::cout << "Got " << hex_encode(got) << " exp " << hex_encode(out) << "\n";
+ std::cout << "Got " << hex_encode(got) << " exp " << hex_encode(out) << std::endl;
return 1;
}