summaryrefslogtreecommitdiff
path: root/toxcore/crypto_core_test.cc
diff options
context:
space:
mode:
Diffstat (limited to 'toxcore/crypto_core_test.cc')
-rw-r--r--toxcore/crypto_core_test.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/toxcore/crypto_core_test.cc b/toxcore/crypto_core_test.cc
index d6888b19..ee3cb366 100644
--- a/toxcore/crypto_core_test.cc
+++ b/toxcore/crypto_core_test.cc
@@ -87,8 +87,8 @@ TEST(CryptoCore, MemcmpTimingIsDataIndependent) {
87 87
88 EXPECT_LT(delta, CRYPTO_TEST_MEMCMP_EPS) 88 EXPECT_LT(delta, CRYPTO_TEST_MEMCMP_EPS)
89 << "Delta time is too long (" << delta << " >= " << CRYPTO_TEST_MEMCMP_EPS << ")\n" 89 << "Delta time is too long (" << delta << " >= " << CRYPTO_TEST_MEMCMP_EPS << ")\n"
90 << "Time of the same data comparation: " << same_median << " clocks\n" 90 << "Time of the same data comparison: " << same_median << " clocks\n"
91 << "Time of the different data comparation: " << not_same_median << " clocks"; 91 << "Time of the different data comparison: " << not_same_median << " clocks";
92} 92}
93 93
94} // namespace 94} // namespace