aboutsummaryrefslogtreecommitdiffstats
path: root/src/tests/tests.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/tests/tests.cpp')
-rw-r--r--src/tests/tests.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/tests/tests.cpp b/src/tests/tests.cpp
index 243878bcd..a89899885 100644
--- a/src/tests/tests.cpp
+++ b/src/tests/tests.cpp
@@ -239,7 +239,9 @@ bool Test::Result::test_eq_sz(const std::string& what, size_t produced, size_t e
return test_is_eq(what, produced, expected);
}
-bool Test::Result::test_eq(const std::string& what, OctetString produced, OctetString expected)
+bool Test::Result::test_eq(const std::string& what,
+ Botan::OctetString produced,
+ Botan::OctetString expected)
{
std::ostringstream out;
out << m_who << " " << what;