summaryrefslogtreecommitdiff
path: root/selftest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'selftest.cpp')
-rw-r--r--selftest.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/selftest.cpp b/selftest.cpp
index 9edb4928..c3fd397c 100644
--- a/selftest.cpp
+++ b/selftest.cpp
@@ -621,7 +621,7 @@ static int testPacket()
return -1;
}
- a.armor(salsaKey,true,0);
+ a.armor(salsaKey,true);
if (!a.dearmor(salsaKey)) {
std::cout << "FAIL (encrypt-decrypt/verify)" << std::endl;
return -1;