diff options
-rwxr-xr-x | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -18,7 +18,7 @@ CFLAGS = -Wall -Os | |||
18 | CFLAGS += $(OLDREADLINE) | 18 | CFLAGS += $(OLDREADLINE) |
19 | 19 | ||
20 | ##### Enable this for using the OpenSSL library | 20 | ##### Enable this for using the OpenSSL library |
21 | CFLAGS += -DTLS_LIB_OPENSSL -I"/usr/local/opt/openssl@1.1/include" | 21 | CFLAGS += -DTLS_LIB_OPENSSL |
22 | LIBS += -lssl -lcrypto | 22 | LIBS += -lssl -lcrypto |
23 | 23 | ||
24 | ##### Enable this for using the mbedTLS library | 24 | ##### Enable this for using the mbedTLS library |