Home | History | Annotate | Download | only in apps

Lines Matching defs:err_cert

1225 	X509 *err_cert;
1244 err_cert=X509_STORE_CTX_get_current_cert(ctx);
1245 print_name(bio_err, NULL, X509_get_subject_name(err_cert),0);