Fix selftest build.
This commit is contained in:
@@ -572,7 +572,7 @@ static int testPacket()
|
|||||||
return -1;
|
return -1;
|
||||||
}
|
}
|
||||||
|
|
||||||
a.armor(salsaKey,true);
|
a.armor(salsaKey,true,0);
|
||||||
if (!a.dearmor(salsaKey)) {
|
if (!a.dearmor(salsaKey)) {
|
||||||
std::cout << "FAIL (encrypt-decrypt/verify)" << std::endl;
|
std::cout << "FAIL (encrypt-decrypt/verify)" << std::endl;
|
||||||
return -1;
|
return -1;
|
||||||
|
|||||||
Reference in New Issue
Block a user