diff options
-rw-r--r-- | selftest.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/selftest.cpp b/selftest.cpp index b1f4b54a..8a450796 100644 --- a/selftest.cpp +++ b/selftest.cpp @@ -572,7 +572,7 @@ static int testPacket() return -1; } - a.armor(salsaKey,true); + a.armor(salsaKey,true,0); if (!a.dearmor(salsaKey)) { std::cout << "FAIL (encrypt-decrypt/verify)" << std::endl; return -1; |