diff options
| author | Laurent Bercot <ska-skaware@skarnet.org> | 2026-05-07 19:55:12 +0000 |
|---|---|---|
| committer | Laurent Bercot <ska-skaware@skarnet.org> | 2026-05-07 19:55:12 +0000 |
| commit | 13676f2923406d70489a28d8decf59cbd903e8ea (patch) | |
| tree | 0452d0e3cdb1143d61470d1b6d822e484dceded6 /src/qmail-remote/qmail-remote.h | |
| parent | 0abe71af12ac88eed440bb7f5e6324e679ac5cf5 (diff) | |
| download | smtpd-starttls-proxy-13676f2923406d70489a28d8decf59cbd903e8ea.tar.gz | |
Get back to the MX loop after a TLS failure before/during handshake
Diffstat (limited to 'src/qmail-remote/qmail-remote.h')
| -rw-r--r-- | src/qmail-remote/qmail-remote.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/qmail-remote/qmail-remote.h b/src/qmail-remote/qmail-remote.h index 7b2bd98..9dae3f3 100644 --- a/src/qmail-remote/qmail-remote.h +++ b/src/qmail-remote/qmail-remote.h @@ -46,6 +46,8 @@ 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, size_t, char const *) gccattr_noreturn ; + /* tls */ + +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 *) ; #endif |
