From 7569f82a4a5d43c16017f1f86d02ba4d158d567f Mon Sep 17 00:00:00 2001 From: Dirk Engling Date: Fri, 20 May 2022 01:18:07 +0200 Subject: Remove library path used on brew --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 281910d..8625024 100755 --- a/Makefile +++ b/Makefile @@ -18,7 +18,7 @@ CFLAGS = -Wall -Os CFLAGS += $(OLDREADLINE) ##### Enable this for using the OpenSSL library -CFLAGS += -DTLS_LIB_OPENSSL -I"/usr/local/opt/openssl@1.1/include" +CFLAGS += -DTLS_LIB_OPENSSL LIBS += -lssl -lcrypto ##### Enable this for using the mbedTLS library -- cgit v1.2.3