Testsuite: OpenSSL version output variances
[exim.git] / src / src / globals.c
index 57041fc4e2b05d217832459dfe1475d83650134f..2a53835e9e8d8b3fbe65d6b9b6879b78dc7ce5d9 100644 (file)
@@ -1421,7 +1421,7 @@ blob      tcp_fastopen_nodata    = { .data = NULL, .len = 0 };
 BOOL    tcp_in_fastopen        = FALSE;
 BOOL    tcp_in_fastopen_logged = FALSE;
 BOOL    tcp_nodelay            = TRUE;
-BOOL    tcp_out_fastopen       = FALSE;
+int     tcp_out_fastopen       = 0;
 BOOL    tcp_out_fastopen_logged= FALSE;
 #ifdef USE_TCP_WRAPPERS
 uschar *tcp_wrappers_daemon_name = US TCP_WRAPPERS_DAEMON_NAME;