Re: svn commit: r240496 - in head: lib/libfetch usr.bin/fetch

2012-09-14 Thread Dag-Erling Smørgrav
Baptiste Daroussin writes: > Do you plan to push it to 9.1, that will help having pkgng linked > against libmd. That's not really up to me. I'll ask re@. DES -- Dag-Erling Smørgrav - d...@des.no ___ svn-src-head@freebsd.org mailing list http://lists

Re: svn commit: r240496 - in head: lib/libfetch usr.bin/fetch

2012-09-14 Thread Baptiste Daroussin
On Fri, Sep 14, 2012 at 01:00:43PM +, Dag-Erling Sm�rgrav wrote: > Author: des > Date: Fri Sep 14 13:00:43 2012 > New Revision: 240496 > URL: http://svn.freebsd.org/changeset/base/240496 > > Log: > Use libmd if and only if OpenSSL is not available. > > PR: bin/171402 > MFC a

svn commit: r240496 - in head: lib/libfetch usr.bin/fetch

2012-09-14 Thread Dag-Erling Sm�rgrav
Author: des Date: Fri Sep 14 13:00:43 2012 New Revision: 240496 URL: http://svn.freebsd.org/changeset/base/240496 Log: Use libmd if and only if OpenSSL is not available. PR: bin/171402 MFC after:3 days Modified: head/lib/libfetch/Makefile head/lib/libfetch/http.c head