From dbbdce72feedf843e24485ef124cb835550fbef1 Mon Sep 17 00:00:00 2001 From: 7u83 <7u83@mail.ru> Date: Sat, 30 Jul 2022 23:35:22 +0200 Subject: [PATCH] Removed -lssl --- src/cw/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/cw/Makefile b/src/cw/Makefile index 35226e3b..c1afadc3 100644 --- a/src/cw/Makefile +++ b/src/cw/Makefile @@ -230,7 +230,7 @@ DTLSSRC += dtls_openssl.c \ dtls_openssl_connect.c \ dtls_openssl_get_cipher.c \ dtls_openssl_bio.c -LIBS+=-lssl +LIBS= #DTLSSRC+= dtls_gnutls.c \ # dtls_gnutls_accept.c \ @@ -262,6 +262,5 @@ all: $(SNAME) $(DNAME) static: $(SNAME) dynamic: $(DNAME) - include ../lib.mk