diff --git a/GNUmakefile b/GNUmakefile index 4cbcdd6..4ac1d5d 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -116,7 +116,7 @@ endif ifeq ($(USE_SSL),YES) CFLAGS += -DSSL_SUPPORT -LDLIBS += -lssl +LDLIBS += -lssl -lcrypto endif LDLIBS += -ldl