Searched refs:valid_ip (Results 1 – 1 of 1) sorted by relevance
2171 int valid_ip = 0; in check_cert_attributes() local2194 valid_ip = X509_check_ip_asc(x, checkip, 0); in check_cert_attributes()2197 checkip, valid_ip ? "" : " NOT"); in check_cert_attributes()2198 ret = ret && valid_ip > 0; in check_cert_attributes()