This commit is contained in:
Adam Ierymenko 2018-01-09 08:35:02 -08:00
parent 6fbd15f8b2
commit 01b4cb64ee
2 changed files with 6 additions and 14 deletions

View file

@ -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;