From 33d044a8628ac40418e1e5e698b0fd90c722a07f Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Sat, 31 Mar 2012 19:48:15 +0200 Subject: 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 --- lib/mk-ca-bundle.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/mk-ca-bundle.pl') 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); -- cgit v1.2.3