In article <[EMAIL PROTECTED]> you wrote:
 
> 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}}) {

Good suggestion. Comitted for OpenSSL 0.9.2.
Thanks for the feedback.
                                       Ralf S. Engelschall
                                       [EMAIL PROTECTED]
                                       www.engelschall.com
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to