File: Net_SSL.patch

package info (click to toggle)
libwhisker2-perl 2.5-1.3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,168 kB
  • sloc: perl: 9,119; makefile: 22
file content (11 lines) | stat: -rw-r--r-- 427 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
--- Crypt-SSLeay-0.51/lib/Net/SSL.orig	Fri Dec 26 14:53:24 2003
+++ Crypt-SSLeay-0.51/lib/Net/SSL.pm	Fri Dec 26 11:26:35 2003
@@ -337,7 +337,7 @@
     my $realm = "";
     my $length = 0;
     my $line = "<noline>";
-    my $lwp_object = $self->get_lwp_object;
+    my $lwp_object; # = $self->get_lwp_object;
 
     my $iaddr = gethostbyname($host);
     $iaddr || die("can't resolve proxy server name: $host, $!");