mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-04-15 11:36:54 +02:00
Fix selftest build.
This commit is contained in:
parent
a577b8d381
commit
87b53d67c5
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue