mirror of
https://codeberg.org/scip/pcp.git
synced 2025-12-17 03:50: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) {
|
int main(int argc, char **argv) {
|
||||||
sodium_init();
|
|
||||||
PcpContext *ptx = new PcpContext();
|
PcpContext *ptx = new PcpContext();
|
||||||
|
|
||||||
try {
|
try {
|
||||||
|
|||||||
Reference in New Issue
Block a user