There are a handful of header files in the openssl distribution that
produce warnings from gcc like:

        warning: function declaration isn't a prototype

These are usually from sections of code that look like (*foo)(), which I
have hackishly "fixed" by changing them to (*foo)(void) .

This is the 0.9.6b code.

What would it take to fix this problem "correctly" and get it in the
next release?

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

Reply via email to