aboutsummaryrefslogtreecommitdiffstats
path: root/src/tests/test_dsa.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/tests/test_dsa.cpp')
-rw-r--r--src/tests/test_dsa.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/tests/test_dsa.cpp b/src/tests/test_dsa.cpp
index 851665db2..69680f477 100644
--- a/src/tests/test_dsa.cpp
+++ b/src/tests/test_dsa.cpp
@@ -24,11 +24,12 @@ class DSA_KAT_Tests : public PK_Signature_Generation_Test
"DSA",
#if defined(BOTAN_HAS_RFC6979_GENERATOR)
"pubkey/dsa_rfc6979.vec",
- {"P", "Q", "G", "X", "Hash", "Msg", "Signature"})
+ "P,Q,G,X,Hash,Msg,Signature",
#else
"pubkey/dsa_prob.vec",
- {"P", "Q", "G", "X", "Hash", "Msg", "Nonce", "Signature"})
+ "P,Q,G,X,Hash,Msg,Nonce,Signature",
#endif
+ "")
{}
bool clear_between_callbacks() const override { return false; }