diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/http/ngx_http_request.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/http/ngx_http_request.c b/src/http/ngx_http_request.c index 7dd28b8c2..87aa67eb1 100644 --- a/src/http/ngx_http_request.c +++ b/src/http/ngx_http_request.c @@ -833,6 +833,7 @@ ngx_http_ssl_handshake_handler(ngx_connection_t *c) ngx_http_close_connection(c); } + #ifdef SSL_CTRL_SET_TLSEXT_HOSTNAME int |