ASN.1 BOOLEAN represented as an int (‐1 unset, 0 FALSE, 0xff TRUE).

Synopsis

Declared in <openssl/types.h>

typedef int ASN1_BOOLEAN;

Created with MrDocs