From: Daniel Stenberg Date: Sat, 31 Mar 2012 17:48:15 +0000 (+0200) Subject: Revert "mk-ca-bundle.pl: use LWP::UserAgent for https" X-Git-Tag: curl-7_26_0~110 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=33d044a8628ac40418e1e5e698b0fd90c722a07f;p=curl Revert "mk-ca-bundle.pl: use LWP::UserAgent for https" This reverts commit 9f0e1689f169b83b8fbdae23e0024cc57dcbc770. It turned out that "improvement" instead made the fetching of the certificates unreliable Bug: http://curl.haxx.se/mail/lib-2012-03/0238.html Reported by: Tim Heckman --- diff --git a/lib/mk-ca-bundle.pl b/lib/mk-ca-bundle.pl index 0f24ade4c..468553067 100755 --- a/lib/mk-ca-bundle.pl +++ b/lib/mk-ca-bundle.pl @@ -32,7 +32,7 @@ # use Getopt::Std; use MIME::Base64; -use LWP::UserAgent 6; +use LWP::UserAgent; use strict; use vars qw($opt_b $opt_h $opt_i $opt_l $opt_n $opt_q $opt_t $opt_u $opt_v);