Hi all!
I'm trying to scratch a distpoint from an X509
certificate. When I use this code,

STACK_OF(DIST_POINT) * distpoints = NULL;

distpoints = X509_get_ext_d2i(x,
NID_crl_distribution_points, NULL, NULL);

an error occurs:

invalid conversion from `void*' to `STACK*

Someone can help me?

Thanks

OBS.: I saw doc/openssl.txt and when use this:
BASIC_CONSTRAINTS *bs;
bs = X509_get_ext_d2i(cert, NID_basic_constraints,
NULL, NULL);
I get the same error.
 
__________________________________________________________________________
Acabe com aquelas janelinhas que pulam na sua tela.
AntiPop-up UOL - É grátis!
http://antipopup.uol.com.br/


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

Reply via email to