Re: can't use X509_V_FLAG_CRL_CHECK

2003-07-15 Thread Amar Desai
It is defined in x509_vfy.h. Amar Jue (Jacky) Shu wrote: hi all, i want to implement CRL check. but when i use flag: X509_V_FLAG_CRL_CHECK, the compiler tells me that it is an undelared indentifier. i use openssl-0.9.7b. i don't why, i can't find it from any head files under openssl. anybody

can't use X509_V_FLAG_CRL_CHECK

2003-07-14 Thread Jue (Jacky) Shu
hi all, i want to implement CRL check. but when i use flag: X509_V_FLAG_CRL_CHECK, the compiler tells me that it is an undelared indentifier. i use openssl-0.9.7b. i don't why, i can't find it from any head files under openssl. anybody can give a clue to me? thx a lot. jacky