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

This commit is contained in:
TLINDEN
2015-11-15 17:11:30 +01:00
parent ea1d20e0af
commit d8c1f3cbd3

View File

@@ -173,7 +173,6 @@ void test4() {
}
int main(int argc, char **argv) {
sodium_init();
PcpContext *ptx = new PcpContext();
try {