Hi

My hopefully last wish for the upcomming release is the following patch which
make the script runnable with older perl versions.


diff -r1.2 util/clean-depend.pl
22c22,23
< foreach my $file (sort keys %files) {
---
> my $file="";
> foreach $file (sort keys %files) {
24c26,27
<     foreach my $dep (sort @{$files{$file}}) {
---
>     my $dep="";
>     foreach $dep (sort @{$files{$file}}) {



regards

Matthias Loepfe

-------------------------------------------------------------------------------
Matthias Loepfe, AdNovum Informatik AG, Roentgenstr. 22, CH-8005 Zurich
Email: [EMAIL PROTECTED]   Voice: +41 1 272 6111   Fax: +41 1 272 6312
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to