Re: [openssl.org #2776] Use of "bool" as variable / argument in tasn_prn1.c

2012-03-29 Thread Andy Polyakov via RT
> In the process of moving to a new compiler, we learned that OpenSSL > 1.0.1 crypto\asn1\tasn_prn1.c has one use of "bool" as a function > argument (in asn1_print_boolean_ctx()) and one as a local variable > (in asn1_primitive_print()). Since bool is now seen as a defined > type, the compiler err

[openssl.org #2776] Use of "bool" as variable / argument in tasn_prn1.c

2012-03-28 Thread Paul Suhler via RT
In the process of moving to a new compiler, we learned that OpenSSL 1.0.1 crypto\asn1\tasn_prn1.c has one use of "bool" as a function argument (in asn1_print_boolean_ctx()) and one as a local variable (in asn1_primitive_print()). Since bool is now seen as a defined type, the compiler errors ou