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.
 
Does anyone have any suggestions that may help me in porting OpenSSL to this environment?  Is there another SSL toolkit that is more ANSI C friendly?

Gary Walters

Reply via email to