Searched refs:valid_ip (Results 1 – 1 of 1) sorted by relevance
2176 int valid_ip = 0; in check_cert_attributes() local2199 valid_ip = X509_check_ip_asc(x, checkip, 0); in check_cert_attributes()2202 checkip, valid_ip ? "" : " NOT"); in check_cert_attributes()2203 ret = ret && valid_ip > 0; in check_cert_attributes()