X509V3_get_value_bool
if (!X509V3_get_value_bool(&vtmp, &atmp->value.boolean)) {
if (!X509V3_get_value_bool(oval, &m))
if (!X509V3_get_value_bool(val, &battcons->authority))
if (!X509V3_get_value_bool(val, &bcons->ca))
if (!X509V3_get_value_bool(cnf, &idp->onlyuser))
if (!X509V3_get_value_bool(cnf, &idp->onlyCA))
if (!X509V3_get_value_bool(cnf, &idp->onlyattr))
if (!X509V3_get_value_bool(cnf, &idp->indirectCRL))
if (!X509V3_get_value_bool(cnf, &point->indirectCRL))
if (!X509V3_get_value_bool(cnf, &point->containsUserAttributeCerts))
if (!X509V3_get_value_bool(cnf, &point->containsAACerts))
if (!X509V3_get_value_bool(cnf, &point->containsSOAPublicKeyCerts))
int X509V3_get_value_bool(const CONF_VALUE *value, int *asn1_bool);