Searched refs:valid_ip (Results 1 – 1 of 1) sorted by relevance
2208 int valid_ip = 0; in check_cert_attributes() local2231 valid_ip = X509_check_ip_asc(x, checkip, 0); in check_cert_attributes()2234 checkip, valid_ip ? "" : " NOT"); in check_cert_attributes()2235 ret = ret && valid_ip > 0; in check_cert_attributes()
Completed in 15 milliseconds