All,
Current implementation of function d2i_BASIC_CONSTRAINTS in version 0.9.6 is
using macro M_ASN1_D2I_get_int with
function d2i_ASN1_BOOLEAN. This code is not correct and it even does not
compile on some platforms
like HPUX 11.00.
Unless I am missing here something, the macro M_ASN1_D2I_get should be used
there, because function d2i_ASN1_BOOLEAN returns pointer and not an integer.

Thanks,
Stefan Kotes

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

Reply via email to