Anonymous wrote:
>
> [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?
That's what I was planning to do, just hadn't committed yet.
Cheers,
Ben.
--
http://www.apache-ssl.org/ben.html
"My grandfather once told me that there are two kinds of people: those
who work and those who take the credit. He told me to try to be in the
first group; there was less competition there."
- Indira Gandhi
______________________________________________________________________
OpenSSL Project http://www.openssl.org
Development Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]