From d8c1f3cbd37dc18d6f02c1f5da5b0e5115e0832e Mon Sep 17 00:00:00 2001 From: TLINDEN Date: Sun, 15 Nov 2015 17:11:30 +0100 Subject: [PATCH] remove call to sodium_init() because already done on context.c --- tests/cpptest.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/cpptest.cpp b/tests/cpptest.cpp index dce1749..3981dcc 100644 --- a/tests/cpptest.cpp +++ b/tests/cpptest.cpp @@ -173,7 +173,6 @@ void test4() { } int main(int argc, char **argv) { - sodium_init(); PcpContext *ptx = new PcpContext(); try {