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