Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/sendmail/src/
HDreadcf.c2487 unsigned long ssloptions; local
2489 ssloptions = 0;
2490 ret = readssloptions(NULL, val, &ssloptions, ';');
2492 (void) SSL_set_options(ssl, (long) ssloptions);