On Tue, Feb 27, 2001, [EMAIL PROTECTED] wrote:
> Full_Name: Jean-Luc OMS
> Version: 2.8.0
> OS: Solaris 8 & gcc 2.95.2
> Submission from: (NULL) (193.49.105.34)
>
> In src/modules/ssl, the generation of the file ssl_expr_scan.c seems
> to have a mistake.
>
> At line 254 :
> YY_BUFFER_STATE yy_scan_string YY_PROTO(( yyconst char *str ));
>
> and for the lines 1750 ....
>
> should be (I suppose looking at older versions)
> YY_BUFFER_STATE yy_scan_string YY_PROTO(( yyconst char *yy_str ));
> with se same changes at 1750..1765
Sorry, I don't know where you are looking, but it seems not version
2.8.0:
| rse@en1:/tmp/mod_ssl-2.8.0-1.3.17/pkg.sslmod
| :> grep yy_scan_string ssl_expr_scan.c
| #define yy_scan_string ssl_expr_yy_scan_string
| YY_BUFFER_STATE yy_scan_string YY_PROTO(( yyconst char *yy_str ));
| YY_BUFFER_STATE yy_scan_string( yyconst char *yy_str )
| YY_BUFFER_STATE yy_scan_string( yy_str )
| rse@en1:/tmp/mod_ssl-2.8.0-1.3.17/pkg.sslmod
| :>
As you can see, version 2.8.0 contains a correct ssl_expr_scan.c.
Ralf S. Engelschall
[EMAIL PROTECTED]
www.engelschall.com
______________________________________________________________________
Apache Interface to OpenSSL (mod_ssl) www.modssl.org
User Support Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]