aboutsummaryrefslogtreecommitdiffstats
path: root/src/qmail-remote/qmail-remote.h
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2026-02-10 07:51:49 +0000
committerLaurent Bercot <ska-skaware@skarnet.org>2026-02-10 07:51:49 +0000
commit27a9b53363ff44df5b9b5acd17e64c77ec6ede53 (patch)
treeb94a71a5942d7a43874b98c5f577efe533cf15d0 /src/qmail-remote/qmail-remote.h
parent34b8a10af3b6999e8dfbb1ee267bd58c09b27bfd (diff)
downloadsmtpd-starttls-proxy-27a9b53363ff44df5b9b5acd17e64c77ec6ede53.tar.gz
Keep the MX name and use it as SNI servername
Diffstat (limited to 'src/qmail-remote/qmail-remote.h')
-rw-r--r--src/qmail-remote/qmail-remote.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/qmail-remote/qmail-remote.h b/src/qmail-remote/qmail-remote.h
index 24be70e..ad36d88 100644
--- a/src/qmail-remote/qmail-remote.h
+++ b/src/qmail-remote/qmail-remote.h
@@ -21,6 +21,7 @@
typedef struct mxip_s mxip, *mxip_ref ;
struct mxip_s
{
+ size_t namepos ;
size_t pos4 ;
size_t pos6 ;
uint16_t n4 ;
@@ -45,6 +46,6 @@ extern int smtproutes_match (smtproutes const *, char const *, stralloc *, size_
extern void smtproutes_free (smtproutes *) ;
-extern void run_tls (int, char const *, unsigned int, unsigned int, qmailr_tls const *, size_t, size_t const *, unsigned int, char const *) gccattr_noreturn ;
+extern void run_tls (int, char const *, unsigned int, unsigned int, qmailr_tls const *, size_t, size_t const *, unsigned int, size_t, char const *) gccattr_noreturn ;
#endif