aboutsummaryrefslogtreecommitdiffstats
path: root/src/tests/test_dh.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/tests/test_dh.cpp')
-rw-r--r--src/tests/test_dh.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/tests/test_dh.cpp b/src/tests/test_dh.cpp
index 486e6dfe0..93ac25cee 100644
--- a/src/tests/test_dh.cpp
+++ b/src/tests/test_dh.cpp
@@ -24,8 +24,8 @@ class Diffie_Hellman_KAT_Tests : public PK_Key_Agreement_Test
Diffie_Hellman_KAT_Tests() : PK_Key_Agreement_Test(
"Diffie-Hellman",
"pubkey/dh.vec",
- {"P", "G", "X", "Y", "Msg", "OutLen", "K"},
- {"KDF"})
+ "P,G,X,Y,Msg,OutLen,K",
+ "KDF")
{}
std::string default_kdf(const VarMap&) const override { return "Raw"; }