1
0
mirror of https://github.com/moparisthebest/curl synced 2024-12-21 23:58:49 -05:00

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

This reverts commit 9f0e1689f1.

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
This commit is contained in:
Daniel Stenberg 2012-03-31 19:48:15 +02:00
parent a9086e8a4b
commit 33d044a862

View File

@ -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);