Link with -lcrypto instead of -lssl when using openssl libraries.
[gitweb.git] / Makefile
index 5c078f907aaecab48703bd1f86800b11785b0fb6..6afcb3e867a6857f9128dba877e433c12366c1f4 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -60,7 +60,7 @@ ifdef PPC_SHA1
   LIB_OBJS += ppc/sha1.o ppc/sha1ppc.o
 else
   SHA1_HEADER=<openssl/sha.h>
-  LIBS += -lssl
+  LIBS += -lcrypto
 endif
 endif