diff options
Diffstat (limited to 'src/tests/unit_ecdh.cpp')
-rw-r--r-- | src/tests/unit_ecdh.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tests/unit_ecdh.cpp b/src/tests/unit_ecdh.cpp index f7fc475b7..6e601f3d9 100644 --- a/src/tests/unit_ecdh.cpp +++ b/src/tests/unit_ecdh.cpp @@ -54,7 +54,7 @@ class ECDH_Unit_Tests final : public Test if(!result.test_eq("same derived key", alice_key.bits_of(), bob_key.bits_of())) { - result.test_note("Keys where " + alice_key.as_string() + " and " + bob_key.as_string()); + result.test_note("Keys where " + alice_key.to_string() + " and " + bob_key.to_string()); } } catch(Botan::Lookup_Error& e) |