diff --git a/src/haproxy.c b/src/haproxy.c index 4bd30a1d7..5ba7a7308 100644 --- a/src/haproxy.c +++ b/src/haproxy.c @@ -142,6 +142,9 @@ struct global global = { .chksize = BUFSIZE, #ifdef USE_OPENSSL .sslcachesize = SSLCACHESIZE, +#ifdef DEFAULT_SSL_MAX_RECORD + .ssl_max_record = DEFAULT_SSL_MAX_RECORD, +#endif #endif #ifdef USE_ZLIB .zlibmemlevel = 8,