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 da5047cd0..7bfb02e46 100644
--- a/src/tests/test_elg.cpp
+++ b/src/tests/test_elg.cpp
@@ -55,7 +55,7 @@ size_t test_elgamal()
{
size_t fails = 0;
- std::ifstream elgamal_enc(PK_TEST_DATA_DIR "/elgamal.vec");
+ std::ifstream elgamal_enc(TEST_DATA_DIR_PK "/elgamal.vec");
fails += run_tests_bb(elgamal_enc, "ElGamal Encryption", "Ciphertext", true,
[](std::map<std::string, std::string> m) -> size_t