X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/e34d3c68f457d4ca8238a604aff4bfe8727ebe0d..d23b36cd691de33b709eae04f6f100272a8081eb:/src/src/tls.c?ds=sidebyside diff --git a/src/src/tls.c b/src/src/tls.c index f7be5293d..ba7c2de38 100644 --- a/src/src/tls.c +++ b/src/src/tls.c @@ -26,11 +26,6 @@ functions from the OpenSSL or GNU TLS libraries. */ #endif -/* Forward decl. */ -static void tls_client_resmption_key(tls_support *, smtp_connect_args *, - smtp_transport_options_block *); - - #if defined(MACRO_PREDEF) && !defined(DISABLE_TLS) # include "macro_predef.h" # ifdef USE_GNUTLS @@ -459,6 +454,10 @@ tzset(); /************************************************* * Many functions are package-specific * *************************************************/ +/* Forward decl. */ +static void tls_client_resmption_key(tls_support *, smtp_connect_args *, + smtp_transport_options_block *); + #ifdef USE_GNUTLS # include "tls-gnu.c"