Hi, when enabling DEBUG_SSL I had a problem to compile licq.cpp
The following patch fixed it: Index: licq.cpp =================================================================== RCS file: /cvsroot/licq/licq/src/licq.cpp,v retrieving revision 1.89 diff -u -1 -b -p -r1.89 licq.cpp --- licq.cpp 7 Jul 2005 15:10:23 -0000 1.89 +++ licq.cpp 30 Nov 2005 21:26:08 -0000 @@ -443,3 +442,3 @@ bool CLicq::Init(int argc, char **argv) #ifdef SSL_DEBUG - SSL_CTX_set_info_callback(gSSL_CTX, (void (*)())ssl_info_callback); + SSL_CTX_set_info_callback(gSSL_CTX, (void (*)(const SSL *,int, int))ssl_info_callback); #endif thanks philipp -- A byte walks into a bar and orders a pint. Bartender asks him "What's wrong?" Byte says "Parity error." Bartender nods and says "Yeah, I thought you looked a bit off." ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click _______________________________________________ Licq-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/licq-devel