Home
last modified time | relevance | path

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

/third_party/openssl/apps/
Dx509.c1091 int id, i, idret; in purpose_print() local
1096 idret = X509_check_purpose(cert, id, i); in purpose_print()
1098 if (idret == 1) in purpose_print()
1100 else if (idret == 0) in purpose_print()
1103 BIO_printf(bio, "Yes (WARNING code=%d)\n", idret); in purpose_print()