From 5bb143ffcff41d4a9a21669aea0f37fa3e144e43 Mon Sep 17 00:00:00 2001 From: Andre Noll Date: Fri, 13 Aug 2010 10:47:04 +0200 Subject: [PATCH 1/1] Makefile: Remove -lcrypto. As libosl.0.1.1 does not depend on libssl any more, linking against libcrypto is no longer necessary. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index c61dff7..9871673 100644 --- a/Makefile +++ b/Makefile @@ -41,7 +41,7 @@ Makefile.deps: $(wildcard *.c *.h) -include Makefile.deps adu: $(objects) - $(CC) -o $@ $(LDFLAGS) $(objects) -lcrypto -losl + $(CC) -o $@ $(LDFLAGS) $(objects) -losl cmdline.o: cmdline.c cmdline.h $(CC) -c $(CPPFLAGS) $< -- 2.39.2