summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xMakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 281910d..8625024 100755
--- a/Makefile
+++ b/Makefile
@@ -18,7 +18,7 @@ CFLAGS = -Wall -Os
18CFLAGS += $(OLDREADLINE) 18CFLAGS += $(OLDREADLINE)
19 19
20##### Enable this for using the OpenSSL library 20##### Enable this for using the OpenSSL library
21CFLAGS += -DTLS_LIB_OPENSSL -I"/usr/local/opt/openssl@1.1/include" 21CFLAGS += -DTLS_LIB_OPENSSL
22LIBS += -lssl -lcrypto 22LIBS += -lssl -lcrypto
23 23
24##### Enable this for using the mbedTLS library 24##### Enable this for using the mbedTLS library