Home
last modified time | relevance | path

Searched refs:ck_true (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/crypto/external/bsd/heimdal/dist/lib/hx509/
H A Dsoftp11.c243 CK_BBOOL *ck_true; in print_attributes() local
248 ck_true = attributes[i].pValue; in print_attributes()
249 st_logf("token: %s", *ck_true ? "TRUE" : "FALSE"); in print_attributes()