Get rid of __align stuff in Salsa20 -- not portable, does not seem to help much on newer chips.
This commit is contained in:
parent
5c1c70a604
commit
8d2e20ede6
3 changed files with 7 additions and 16 deletions
|
@ -611,8 +611,6 @@ int main(int argc,char **argv)
|
|||
|
||||
std::cout << "[info] sizeof(void *) == " << sizeof(void *) << std::endl;
|
||||
std::cout << "[info] default home: " << ZT_DEFAULTS.defaultHomePath << std::endl;
|
||||
std::cout << "[info] system authtoken.secret: " << Node::NodeControlClient::authTokenDefaultSystemPath() << std::endl;
|
||||
std::cout << "[info] user authtoken.secret: " << Node::NodeControlClient::authTokenDefaultUserPath() << std::endl;
|
||||
|
||||
srand((unsigned int)time(0));
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue