Home
last modified time | relevance | path

Searched refs:valid_mail (Results 1 – 1 of 1) sorted by relevance

/freebsd/crypto/openssl/apps/lib/
H A Dapps.c2175 int valid_mail = 0; in check_cert_attributes() local
2191 valid_mail = X509_check_email(x, checkemail, 0, 0); in check_cert_attributes()
2194 checkemail, valid_mail ? "" : " NOT"); in check_cert_attributes()
2195 ret = ret && valid_mail > 0; in check_cert_attributes()