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

/osnet-11/usr/src/cmd/sendmail/src/
H A Dreadcf.c3729 struct ssl_options *sslopts; local
3743 for (sslopts = SSL_Option;
3744 sslopts->sslopt_name != NULL; sslopts++)
3746 if (sm_strcasecmp(q, sslopts->sslopt_name) == 0)
3749 if (sslopts->sslopt_name == NULL)
3756 *pssloptions &= ~sslopts->sslopt_bits;
3758 *pssloptions |= sslopts->sslopt_bits;

Completed in 20 milliseconds