> my previous messaqge about mkdef.pl is wrong. Although the indicated code
> can still loop, the read error seems to be this one

Could you elaborate on problem itself?

> or
>             if (/\\\s*$/) {
>                 chomp; # remove eol
>                 chop; # remove ending backslash
>                 $line = $_;
>                 next;
>             }

As I fail to see why is it an issue. I mean any character following 
backlash disqualifies the latter as line continuation and \\\s would 
cause compiler syntax error... A.

______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       [email protected]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to