RE: sk_pop_free() cannot convert parameter 2

2000-07-24 Thread Angus Lee
>= Original Message From [EMAIL PROTECTED] = >> C:\Work\EudSMIME\SetngDlg.cpp(378) : error C2664: 'sk_pop_free' : cannot >> convert parameter 2 from 'void (PKCS12_SAFEBAG *)' to 'void (__cdecl *)(void)' >> None of the functions with this name in scope match the target type >>From

Re: sk_pop_free() cannot convert parameter 2

2000-07-24 Thread Dr Stephen Henson
Angus Lee wrote: > > Hi, > > There're three sk_pop_free() calls in the dump_certs_keys_p12() function in > the pkcs12.c program. I copied the code from dump_certs_keys_p12() function > into my program and compiled in VC6 /w SP4 on Win98SE. VC6 reported that: > C:\Work\EudSMIME\SetngDlg.cpp(378)