"Dr. Stephen Henson" <[EMAIL PROTECTED]> writes: >> I'm not quite sure whether it's TAO, g++, or openssl that's at fault, >> but I'd appreciate any pointers. >> > > The problem is that *_dup() are all macros and there's a conflict > between the C definition of func() (undefined parameters) and the > C++ version (no parameters).
While it would be useful if openssl was changed so that the entire API could be used by both C++ and C, I'll need to add a workaround for TAO anyway so it will work with older versions of openssl. I think I can workaround this by having C-language functions that wrap the *_dup() macros which are called by the C++ method. Thanks. --jtc -- J.T. Conklin ______________________________________________________________________ OpenSSL Project http://www.openssl.org User Support Mailing List [EMAIL PROTECTED] Automated List Manager [EMAIL PROTECTED]