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.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tests/test_elg.cpp b/src/tests/test_elg.cpp
index 1dfbdf92f..31f8439f6 100644
--- a/src/tests/test_elg.cpp
+++ b/src/tests/test_elg.cpp
@@ -22,7 +22,7 @@ class ElGamal_KAT_Tests : public PK_Encryption_Decryption_Test
public:
ElGamal_KAT_Tests() : PK_Encryption_Decryption_Test(
"ElGamal",
- Test::data_file("pubkey/elgamal.vec"),
+ "pubkey/elgamal.vec",
{"P", "G", "X", "Msg", "Nonce", "Ciphertext"},
{"Padding"})
{}