mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-02-21 02:01:22 +00:00
Fix selftest build.
This commit is contained in:
parent
a577b8d381
commit
87b53d67c5
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user