CVSROOT: /cvs Module name: src Changes by: [email protected] 2021/05/20 01:33:32
Modified files:
usr.sbin/smtpd : ioev.c smtp_session.c mta_session.c
Log message:
Call tls_accept_socket() and tls_connect_socket() immediatly instead of
going through a deferred event. It makes the code simplier and eliminates
the need to keep the listener tls context in the io structure.
ok tb@
