aboutsummaryrefslogtreecommitdiffstats
path: root/src/tests/test_ecdsa.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/tests/test_ecdsa.cpp')
-rw-r--r--src/tests/test_ecdsa.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/tests/test_ecdsa.cpp b/src/tests/test_ecdsa.cpp
index d8695e37f..90899e183 100644
--- a/src/tests/test_ecdsa.cpp
+++ b/src/tests/test_ecdsa.cpp
@@ -27,10 +27,10 @@ class ECDSA_Signature_KAT_Tests : public PK_Signature_Generation_Test
"ECDSA",
#if defined(BOTAN_HAS_RFC6979_GENERATOR)
"pubkey/ecdsa_rfc6979.vec",
- {"Group", "X", "Hash", "Msg", "Signature"})
+ "Group,X,Hash,Msg,Signature")
#else
"pubkey/ecdsa_prob.vec",
- {"Group", "X", "Hash", "Msg", "Nonce", "Signature"})
+ "Group,X,Hash,Msg,Nonce,Signature")
#endif
{}