From 1297c46a1539ae7c44a0f2d3c068911c90995bcc Mon Sep 17 00:00:00 2001 From: 7u83 <7u83@mail.ru> Date: Sun, 4 Sep 2022 21:41:23 +0200 Subject: [PATCH] Removed netcon --- src/cw/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cw/Makefile b/src/cw/Makefile index 471608b1..a54e6b74 100644 --- a/src/cw/Makefile +++ b/src/cw/Makefile @@ -171,7 +171,6 @@ MISCSRC=\ msgset.c\ send.c\ strheap.c\ - netconn.c\ conn.c \ val.c \ discovery.c\ @@ -188,6 +187,7 @@ MISCSRC=\ # cw_put_msg.c\ # conn_process_packet.c\ # conn_destroy.c\ + netconn.c\ DTLSSRC+=\ dtls_bio.c\