aboutsummaryrefslogtreecommitdiffstats
path: root/src/qmail-remote/qmail-remote.h
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2026-02-25 12:04:09 +0000
committerLaurent Bercot <ska-skaware@skarnet.org>2026-02-25 12:04:09 +0000
commit279ca7184aebc1966a2f4e48e39cc25e201751af (patch)
tree9cc59bb6a4dde3bb4aa15dec03202e97e4b64fbd /src/qmail-remote/qmail-remote.h
parent83a388d5d8230dd6c15ecea31cf89f74248bc286 (diff)
downloadsmtpd-starttls-proxy-279ca7184aebc1966a2f4e48e39cc25e201751af.tar.gz
EHLO must be repeated after STARTTLS
Diffstat (limited to 'src/qmail-remote/qmail-remote.h')
-rw-r--r--src/qmail-remote/qmail-remote.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qmail-remote/qmail-remote.h b/src/qmail-remote/qmail-remote.h
index ce7de4f..ad36d88 100644
--- a/src/qmail-remote/qmail-remote.h
+++ b/src/qmail-remote/qmail-remote.h
@@ -46,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 const *, unsigned int, size_t, 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