Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/apps/
H A Dx509.c1162 int id, i, idret; in purpose_print() local
1167 idret = X509_check_purpose(cert, id, i); in purpose_print()
1169 if (idret == 1) in purpose_print()
1171 else if (idret == 0) in purpose_print()
1174 BIO_printf(bio, "Yes (WARNING code=%d)\n", idret); in purpose_print()