Someone said:

> The real fix would be to eliminate all
> remaining non-ANSI constructs (that have still be left in because of
> their implicit type conversion).

What about calling a callback function? According to the original and ANSI
versions of K and R, a pointer to a function should be de-referenced. For
example:

    ret=(*cb)(...);

not

    ret=cb(...);

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

Reply via email to