From 0d8283930facc25dd227eb4f6551ed8f22206ac8 Mon Sep 17 00:00:00 2001 From: Jan Vidar Krey Date: Wed, 7 Sep 2011 10:20:58 +0200 Subject: [PATCH] Compile fix for Fedora/RedHat. Add -lcrypto to LDFLAGS. --- GNUmakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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