Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 13 Sep 2012 12:39:45 +0200
From:      =?utf-8?Q?Dag-Erling_Sm=C3=B8rgrav?= <des@des.no>
To:        freebsd-bugs@FreeBSD.org
Subject:   Re: bin/171402: fetch(1): Authentication error or Segmentation fault on HTTPS:// URLs
Message-ID:  <86ipbi5hqm.fsf@ds4.des.no>
In-Reply-To: <201209090720.q897K87p063079@freefall.freebsd.org> (Mark Johnston's message of "Sun, 9 Sep 2012 07:20:08 GMT")
References:  <201209090720.q897K87p063079@freefall.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
Mark's patch removes libmd without removing or modifying the code that
requires it.  This is not immediately noticeable because fetch(1) also
pulls in libmd, mostly canceling the effect of the patch.  What really
happens is that the patch changes the order in which the libraries are
loaded, so libssl gets libcrypto's SHA256_* instead of libmd's.

DES
--=20
Dag-Erling Sm=C3=B8rgrav - des@des.no



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?86ipbi5hqm.fsf>