Searched refs:valid_mail (Results 1 – 1 of 1) sorted by relevance
2195 int valid_mail = 0; in check_cert_attributes() local2211 valid_mail = X509_check_email(x, checkemail, 0, 0); in check_cert_attributes()2214 checkemail, valid_mail ? "" : " NOT"); in check_cert_attributes()2215 ret = ret && valid_mail > 0; in check_cert_attributes()