Searched defs:tlsout (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/sendmail/src/
H A Dsfsasl.c942 SM_FILE_T *tlsin, *tlsout; local
961 tlsout = sm_io_open(&tls_vector, SM_TIME_DEFAULT, &info, SM_IO_WRONLY_B,
963 if (tlsout == NULL)
968 sm_io_automode(tlsin, tlsout);
971 *fout = tlsout;

Completed in 45 milliseconds