diff -ru git-1.0.3.orig/Makefile git-1.0.3/Makefile --- git-1.0.3.orig/Makefile 2005-12-23 23:07:42.000000000 +0000 +++ git-1.0.3/Makefile 2005-12-23 23:09:36.000000000 +0000 @@ -422,8 +422,8 @@ git-ssh-pull$X: rsh.o fetch.o git-ssh-push$X: rsh.o -git-http-fetch$X: LIBS += $(CURL_LIBCURL) -git-http-push$X: LIBS += $(CURL_LIBCURL) $(EXPAT_LIBEXPAT) +git-http-fetch$X: LIBS += $(CURL_LIBCURL) $(LIB_4_CRYPTO) -lssl -lcrypto +git-http-push$X: LIBS += $(CURL_LIBCURL) $(EXPAT_LIBEXPAT) -lssl -lcrypto git-rev-list$X: LIBS += $(OPENSSL_LIBSSL) init-db.o: init-db.c