diff options
Diffstat (limited to 'usr.sbin/smtpd/smtp.h')
-rw-r--r-- | usr.sbin/smtpd/smtp.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/smtpd/smtp.h b/usr.sbin/smtpd/smtp.h index dc91d878940..11ab6cbedbe 100644 --- a/usr.sbin/smtpd/smtp.h +++ b/usr.sbin/smtpd/smtp.h @@ -1,4 +1,4 @@ -/* $OpenBSD: smtp.h,v 1.3 2019/09/02 20:05:21 eric Exp $ */ +/* $OpenBSD: smtp.h,v 1.4 2021/03/05 12:37:32 eric Exp $ */ /* * Copyright (c) 2018 Eric Faurot <eric@openbsd.org> @@ -46,6 +46,7 @@ struct smtp_params { /* TLS options */ int tls_req; /* requested TLS mode */ int tls_verify; /* need valid server certificate */ + const char *tls_servname; /* SNI */ /* SMTP options */ int lmtp; /* use LMTP protocol */ |