Friends, When compiling a program on Win32, the following line of code generates an error message:
*plLen = i2d_ASN1_SET_OF_X509_EXTENSION(exts, NULL, i2d_X509_EXTENSION, V_ASN1_SEQUENCE, V_ASN1_UNIVERSAL, IS_SEQUENCE); The error I get is: error C2664: 'i2d_ASN1_SET' : cannot convert parameter 3 from 'int (X509_EXTENSION *,unsigned char ** )' to 'int (__cdecl *)(void)' On UNIX systems, the code seems to compile fine. This is the first time I am trying it on Win32. Any quick tip on how I might be calling this wrong? Thanks! __________________________________ Do you Yahoo!? Meet the all-new My Yahoo! - Try it today! http://my.yahoo.com ______________________________________________________________________ OpenSSL Project http://www.openssl.org User Support Mailing List openssl-users@openssl.org Automated List Manager [EMAIL PROTECTED]