Commit 33d044a8 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

Revert "mk-ca-bundle.pl: use LWP::UserAgent for https"

This reverts commit 9f0e1689.

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
parent a9086e8a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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);