tags 441160 +patch thanksthe problem appears to be that the openssl headers are not c++ clean. The macros in them seem to rely on implicit conversion from void * to char * which are permitted in C but not C++.
A workarround is to add the following line to CASignature.cpp below the includes but above everything else:
#define ASN1_dup(i2d,d2i,x) ASN1_dup(i2d,d2i,(char *)(x)) -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]