From 24159ef23645eb2f95b881a5f6db9aec7f7ce2d3 Mon Sep 17 00:00:00 2001 From: Jeroen Domburg Date: Thu, 7 Jan 2016 12:03:57 +0800 Subject: [PATCH] Also link to libcrypto for sdk1.5.0 compatibility --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index e8a138e..887d715 100644 --- a/Makefile +++ b/Makefile @@ -55,7 +55,7 @@ MODULES = user EXTRA_INCDIR = include libesphttpd/include # libraries used in this project, mainly provided by the SDK -LIBS = c gcc hal phy pp net80211 wpa main lwip +LIBS = c gcc hal phy pp net80211 wpa main lwip crypto #Add in esphttpd lib LIBS += esphttpd