Searched refs:sslopts (Results 1 - 1 of 1) sorted by relevance

/sendmail/sendmail/
H A Dreadcf.c3758 struct ssl_options *sslopts; local
3772 for (sslopts = SSL_Option;
3773 sslopts->sslopt_name != NULL; sslopts++)
3775 if (sm_strcasecmp(q, sslopts->sslopt_name) == 0)
3778 if (sslopts->sslopt_name == NULL)
3785 *pssloptions &= ~sslopts->sslopt_bits;
3787 *pssloptions |= sslopts->sslopt_bits;

Completed in 23 milliseconds