Re: PKCS12 unpack error

2000-07-18 Thread Pablo J. Royo
Hi I had the same problem, and I didn't find how to solve it except #undefining that M_XXX macros in my source file,then #defining it correctly.After using them in my file, you can letf then unchanged again if you like. I´d like to know if there is a better (and elegant) way to do it. Here it i

PKCS12 unpack error

2000-07-18 Thread Angus Lee
Hi, VC6 reported that there're error with the following line: if (!(asafes = M_PKCS12_unpack_authsafes(p12))) return 0; The error was: error C2664: 'ASN1_seq_unpack' : cannot convert parameter 4 from 'void (struct pkcs7_st *)' to 'void (__cdecl *)(void)' None of the functions with this name in