diff options
author | Wolfgang Breyha <wbreyha@gmx.net> | 2014-02-26 20:07:46 +0000 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2014-02-26 20:07:46 +0000 |
commit | a63be306e4bcb803e7aa3ab673a2e1d867adaaba (patch) | |
tree | 579fd271cf90db2ada0dfbc11ea2d4940c9d35bb /src/src/functions.h | |
parent | bb7b9411e1b4f95418bed7b35035186e261063a6 (diff) |
Add tls_verify_hosts and tls_try_verify_hosts to smtp transport
Patch version 2
Diffstat (limited to 'src/src/functions.h')
-rw-r--r-- | src/src/functions.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/src/functions.h b/src/src/functions.h index 9d933fea7..32bd0bc07 100644 --- a/src/src/functions.h +++ b/src/src/functions.h @@ -30,7 +30,7 @@ extern int tls_client_start(int, host_item *, address_item *, # ifdef EXPERIMENTAL_OCSP uschar *, # endif - int, int); + int, int, uschar *, uschar *); extern void tls_close(BOOL, BOOL); extern int tls_feof(void); extern int tls_ferror(void); |