aboutsummaryrefslogtreecommitdiffstats
path: root/src/tests/test_ecies.cpp
diff options
context:
space:
mode:
authorJack Lloyd <[email protected]>2016-12-19 01:39:50 -0500
committerJack Lloyd <[email protected]>2016-12-19 01:39:50 -0500
commit97905c5243bfbdcb00a07f7915c58981e6890bbe (patch)
tree72b51e2e9ccfa6fdeebac7f79469051b96b761e5 /src/tests/test_ecies.cpp
parent4b1a1fd5ec72df31bc43c5d82311a316c60d61f6 (diff)
Fix ECIES test
Diffstat (limited to 'src/tests/test_ecies.cpp')
-rw-r--r--src/tests/test_ecies.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tests/test_ecies.cpp b/src/tests/test_ecies.cpp
index c126ed2c8..cd68bec47 100644
--- a/src/tests/test_ecies.cpp
+++ b/src/tests/test_ecies.cpp
@@ -203,7 +203,7 @@ class ECIES_Tests : public Text_Based_Test
public:
ECIES_Tests() : Text_Based_Test(
"pubkey/ecies.vec",
- "Curve,PrivateKey,OtherPrivateKey,Kdf,Dem,DemKeyLen,Iv,Mac,MacKeyLen,Format",
+ "Curve,PrivateKey,OtherPrivateKey,Kdf,Dem,DemKeyLen,Iv,Mac,MacKeyLen,Format,"
"CofactorMode,OldCofactorMode,CheckMode,SingleHashMode,Label,Plaintext,Ciphertext")
{}