]> granicus.if.org Git - curl/commitdiff
Revert "mk-ca-bundle.pl: use LWP::UserAgent for https"
authorDaniel Stenberg <daniel@haxx.se>
Sat, 31 Mar 2012 17:48:15 +0000 (19:48 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Sat, 31 Mar 2012 17:51:36 +0000 (19:51 +0200)
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

index 0f24ade4cfe498a969b692a5cc1c75c9c00a7175..4685530676474bb279bfa386e8d5e1cc53249947 100755 (executable)
@@ -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);