Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sendmail/src/
H A Dreadcf.c3698 struct ssl_options *sslopts; local
3712 for (sslopts = SSL_Option;
3713 sslopts->sslopt_name != NULL; sslopts++)
3715 if (sm_strcasecmp(q, sslopts->sslopt_name) == 0)
3718 if (sslopts->sslopt_name == NULL)
3725 *pssloptions &= ~sslopts->sslopt_bits;
3727 *pssloptions |= sslopts->sslopt_bits;