Compile fix for Fedora/RedHat. Add -lcrypto to LDFLAGS.
This commit is contained in:
parent
33b94d8eb4
commit
0d8283930f
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user