CVSROOT: /cvs Module name: src Changes by: [email protected] 2020/01/20 03:18:20
Modified files:
usr.sbin/smtpd : mta_session.c
Log message:
opportunistic tls downgrade logic is more complex than it should and can in
some cases lead to a sanity check fatal() being hit. rework the logic so it
is simpler and makes the sanity check fatal() unreachable.
ok eric@ millert@
