summaryrefslogtreecommitdiff
path: root/cleopatre/tools
diff options
context:
space:
mode:
authorJean-Philippe SAVE2011-04-12 17:09:08 +0200
committerJean-Philippe SAVE2011-04-12 17:36:03 +0200
commit892767bd357caf5a62ab44f4099a4301f3865661 (patch)
tree8c121cb0e846119136247c086571f4fc6f6b06c4 /cleopatre/tools
parenta72c37a253390da7307205a3ba398b426cab7a98 (diff)
cleo/tools/spidupd: compilation corrections after Linux update, closes #2412
MD5 functions have been moved from ssl to crypto library.
Diffstat (limited to 'cleopatre/tools')
-rw-r--r--cleopatre/tools/spidupd/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/cleopatre/tools/spidupd/Makefile b/cleopatre/tools/spidupd/Makefile
index bb4e4e8299..61d5f40bfc 100644
--- a/cleopatre/tools/spidupd/Makefile
+++ b/cleopatre/tools/spidupd/Makefile
@@ -14,7 +14,7 @@ SRCS=$(wildcard *.c)
OBJS=$(SRCS:.c=.o)
DEPS=$(patsubst %o,%d,$(OBJS))
-LIBS=-lssl
+LIBS=-lcrypto
all: $(BIN)