Thus spake "Gary Walters" <[EMAIL PROTECTED]>
> I have been working on porting OpenSSL to the THEOS Operating System.
> The C compiler is ANSI C compliant and "mostly" ISO C99 compliant.
> However, it is not as feature rich as GCC.  .  My main problem is with the
> function pointer callbacks that accept parameters.  I'm finding that I
have
> to modify the source a lot in order to get it to compile.

Pointers to functions that take arguments are allowed by C89/C90; perhaps
your compiler isn't as compliant as the authors think?

S

Stephen Sprunk      "Those people who think they know everything
CCIE #3723         are a great annoyance to those of us who do."
K5SSS                                             --Isaac Asimov


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

Reply via email to