> 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
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
Hi, everyone.
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
com