aboutsummaryrefslogtreecommitdiffstats
path: root/src/tests/unit_x509.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/tests/unit_x509.cpp')
-rw-r--r--src/tests/unit_x509.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tests/unit_x509.cpp b/src/tests/unit_x509.cpp
index 1e66cd655..2388dc920 100644
--- a/src/tests/unit_x509.cpp
+++ b/src/tests/unit_x509.cpp
@@ -121,7 +121,7 @@ u32bit check_against_copy(const Private_Key& orig,
if(orig_id != pub_id || orig_id != priv_id || orig_id != priv_enc_id)
{
- std::cout << "Failed copy check for " << orig.algo_name() << "\n";
+ std::cout << "Failed copy check for " << orig.algo_name() << std::endl;
return 1;
}
return 0;