Or rather since this is C++:

distpoints = reinterpret_cast<STACK_OF(DISTPONT)*> (X509_get_ex_d2i(...));



On Aug 4, 2004, at 7:37 AM, Dr. Stephen Henson wrote:

Presumably your are trying this from C++ if so then you will need an explicit
cast to the appropriate type, for example


distpoints = (STACK_OF(DISTPONT) *)X509_get_ex_d2i(...);

Steve.

______________________________________________________________________ OpenSSL Project http://www.openssl.org User Support Mailing List [EMAIL PROTECTED] Automated List Manager [EMAIL PROTECTED]

Reply via email to