The following reply was made to PR bin/171402; it has been noted by GNATS.

From: =?utf-8?Q?Dag-Erling_Sm=C3=B8rgrav?= <d...@des.no>
To: freebsd-gnats-sub...@freebsd.org 
Cc:  
Subject: Re: bin/171402: fetch(1): Authentication error or Segmentation fault 
on HTTPS:// URLs
Date: Thu, 13 Sep 2012 13:35:21 +0200

 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 - d...@des.no
_______________________________________________
freebsd-bugs@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"

Reply via email to