mirror of
https://codeberg.org/scip/pcp.git
synced 2025-12-16 19:40:57 +01:00
remove call to sodium_init() because already done on context.c
This commit is contained in:
@@ -173,7 +173,6 @@ void test4() {
|
||||
}
|
||||
|
||||
int main(int argc, char **argv) {
|
||||
sodium_init();
|
||||
PcpContext *ptx = new PcpContext();
|
||||
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user