diff --git a/Makefile b/Makefile
index 380a242cbff5adc7d2f1e40c8176f4e228381ef4..307ecda9c319cb2c9cc7f9a846f07381ff0b1d72 100644
--- a/Makefile
+++ b/Makefile
@@ -20,7 +20,7 @@ endif
 OBJS := $(SRCS:.c=.o)
 
 LIBS += $(VOICEMNGR_LIBS)
-LIBS += -ljson-c -lubox -lubus -lpthread -lpicoevent -luci -L./libvoice -lvoice -lblobmsg_json
+LIBS += -ljson-c -lubox -lubus -lpthread -lpicoevent -luci -L./libvoice -lvoice -lblobmsg_json -lssl -lcrypto
 
 all: debug $(VOICEMNGR)