diff options
Diffstat (limited to 'src/tests/test_eckcdsa.cpp')
-rw-r--r-- | src/tests/test_eckcdsa.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tests/test_eckcdsa.cpp b/src/tests/test_eckcdsa.cpp index c2c391c2f..83db0364d 100644 --- a/src/tests/test_eckcdsa.cpp +++ b/src/tests/test_eckcdsa.cpp @@ -26,7 +26,7 @@ class ECKCDSA_Signature_KAT_Tests : public PK_Signature_Generation_Test ECKCDSA_Signature_KAT_Tests() : PK_Signature_Generation_Test( "ECKCDSA", "pubkey/eckcdsa.vec", - {"Group", "X", "Hash", "Msg", "Nonce", "Signature"}) + "Group,X,Hash,Msg,Nonce,Signature") {} bool clear_between_callbacks() const override { return false; } |