added sodium_init()

This commit is contained in:
TLINDEN
2013-12-19 12:37:03 +01:00
parent 3a107841bb
commit 7fc71b67f7
4 changed files with 7 additions and 0 deletions

View File

@@ -24,6 +24,8 @@ int main() {
pw *list = NULL;
pw *have = NULL;
sodium_init();
for(i=97; i<126; ++i) {
pass[0] = i;
pass[1] = 0;