when using smtps, tls initialisation must occur after FILTER_CONNECTED
authoreric <eric@openbsd.org>
Fri, 16 Nov 2018 20:55:23 +0000 (20:55 +0000)
committereric <eric@openbsd.org>
Fri, 16 Nov 2018 20:55:23 +0000 (20:55 +0000)
commit5d65917a552991bf191e135b8872c60c086662cc
tree62077801d034e92611cb4e86815f38942c4866c3
parentadd3e765471f7ae8d138da6efd0a88cf05809f3c
when using smtps, tls initialisation must occur after FILTER_CONNECTED
has been evaluated.

ok gilles@
usr.sbin/smtpd/smtp_session.c