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

@@ -10,6 +10,8 @@ int main() {
strcpy(o, "xxxx");
strcpy(m, "xxxx");
sodium_init();
pcp_key_t *k = pcpkey_new ();
memcpy(k->owner, o, 8);