Compile fix for Fedora/RedHat. Add -lcrypto to LDFLAGS.

This commit is contained in:
Jan Vidar Krey
2011-09-07 10:20:58 +02:00
parent 33b94d8eb4
commit 0d8283930f

View File

@@ -116,7 +116,7 @@ endif
ifeq ($(USE_SSL),YES)
CFLAGS += -DSSL_SUPPORT
LDLIBS += -lssl
LDLIBS += -lssl -lcrypto
endif
LDLIBS += -ldl