remove call to sodium_init() because already done on context.c

This commit is contained in:
TLINDEN
2015-11-15 17:03:19 +01:00
parent f7aa9d7aaf
commit ea1d20e0af

View File

@@ -326,8 +326,6 @@ int main (int argc, char **argv) {
}
sodium_init(); /* FIXME: better called from the lib? */
#ifndef DEBUG
# ifdef HAVE_SETRLIMIT
setrlimit(RLIMIT_CORE, &(struct rlimit) {0, 0});