]> git.tuebingen.mpg.de Git - adu.git/commitdiff
link against libcrypto instead of libssl
authorSebastian Stark <stark@ranga.kyb.local>
Mon, 19 May 2008 16:03:10 +0000 (18:03 +0200)
committerSebastian Stark <stark@ranga.kyb.local>
Mon, 19 May 2008 16:03:10 +0000 (18:03 +0200)
Makefile

index 266d74877ddb21f7de5edb9eefeee7c2ec4d266b..674ff307ba8636864bd861961d8e3c1999bdf8bf 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -19,7 +19,7 @@ Makefile.deps: $(wildcard *.c *.h)
 -include Makefile.deps
 
 adu: $(objects)
-       $(CC) -o $@ $(objects) -lssl
+       $(CC) -o $@ $(objects) -lcrypto
 
 %.o: %.c Makefile
        $(CC) -c $(CPPFLAGS) $(DEBUG_CPPFLAGS) $<