Makefile: Remove -lcrypto.
authorAndre Noll <maan@systemlinux.org>
Fri, 13 Aug 2010 08:47:04 +0000 (10:47 +0200)
committerAndre Noll <maan@systemlinux.org>
Fri, 13 Aug 2010 08:47:04 +0000 (10:47 +0200)
As libosl.0.1.1 does not depend on libssl any more, linking against libcrypto
is no longer necessary.

Makefile

index c61dff74c58533953951f105aaec1ce4c7965496..98716731500fd28e75fba59173efa43e1d7b6a69 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -41,7 +41,7 @@ Makefile.deps: $(wildcard *.c *.h)
 -include Makefile.deps
 
 adu: $(objects)
 -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) $<
 
 cmdline.o: cmdline.c cmdline.h
        $(CC) -c $(CPPFLAGS) $<