added sodium_init()

This commit is contained in:
TLINDEN
2013-12-19 12:38:10 +01:00
parent 7fc71b67f7
commit a426558155
2 changed files with 3 additions and 1 deletions

View File

@@ -102,6 +102,8 @@ void test3() {
}
int main(int argc, char **argv) {
sodium_init();
try {
if(argc < 2)
throw pcp::exception("usage: cpptest N");