[EMAIL PROTECTED] said:
> 
>   +#ifndef NOPROTO
>   +static int sk_comp_cmp(SSL_COMP **a,SSL_COMP **b);
>   +#endif
>   +
>    static int sk_comp_cmp(a,b)
>    SSL_COMP **a,**b;
>       {

Is it time to start converting function args to ANSI?
So NOPROTO would go away and the above would become just
> 
>    static int sk_comp_cmp(SSL_COMP **a,SSL_COMP **b)
>       {

That would turn on some additional type checking, no?

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

Reply via email to