aboutsummaryrefslogtreecommitdiffstats
path: root/src/tests/test_elg.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/tests/test_elg.cpp')
-rw-r--r--src/tests/test_elg.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/tests/test_elg.cpp b/src/tests/test_elg.cpp
index f740be7f6..8219b0490 100644
--- a/src/tests/test_elg.cpp
+++ b/src/tests/test_elg.cpp
@@ -23,8 +23,8 @@ class ElGamal_KAT_Tests : public PK_Encryption_Decryption_Test
ElGamal_KAT_Tests() : PK_Encryption_Decryption_Test(
"ElGamal",
"pubkey/elgamal.vec",
- {"P", "G", "X", "Msg", "Nonce", "Ciphertext"},
- {"Padding"})
+ "P,G,X,Msg,Nonce,Ciphertext",
+ "Padding")
{}
std::unique_ptr<Botan::Private_Key> load_private_key(const VarMap& vars) override