Fix selftest build.

This commit is contained in:
Adam Ierymenko 2017-03-02 10:02:29 -08:00
parent a577b8d381
commit 87b53d67c5

View File

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