On Tue, Jun 15, 1999 at 05:37:27PM +0100, Ben Laurie wrote:

> Under Windoze, callbacks are traditionally declared with CALLBACK in the
> prototype, which, I think, uses Pascal linkage (the afore-mentioned
> "non-C" calling convention).

But many of the callback pointers in OpenSSL have just "int (*)()"
declarations where they are called.  Thus, using CALLBACK declarations
to define the callback functions wouldn't work anyway, and
compatibility problems that would arise for the CALLBACK calling
convention are not really an issue for us.
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to