Compile fix for Fedora/RedHat. Add -lcrypto to LDFLAGS.
This commit is contained in:
@@ -116,7 +116,7 @@ endif
|
|||||||
|
|
||||||
ifeq ($(USE_SSL),YES)
|
ifeq ($(USE_SSL),YES)
|
||||||
CFLAGS += -DSSL_SUPPORT
|
CFLAGS += -DSSL_SUPPORT
|
||||||
LDLIBS += -lssl
|
LDLIBS += -lssl -lcrypto
|
||||||
endif
|
endif
|
||||||
|
|
||||||
LDLIBS += -ldl
|
LDLIBS += -ldl
|
||||||
|
|||||||
Reference in New Issue
Block a user