comparison src/core/nginx.c @ 3210:794613efbb71

add SNI support in -V output
author Igor Sysoev <igor@sysoev.ru>
date Mon, 19 Oct 2009 12:35:01 +0000
parents b242aaf1dcfa
children e7c1fdbe5e98
comparison
equal deleted inserted replaced
3209:b82c623a607e 3210:794613efbb71
237 237
238 if (ngx_show_configure) { 238 if (ngx_show_configure) {
239 #ifdef NGX_COMPILER 239 #ifdef NGX_COMPILER
240 ngx_log_stderr(0, "built by " NGX_COMPILER); 240 ngx_log_stderr(0, "built by " NGX_COMPILER);
241 #endif 241 #endif
242 #ifdef SSL_CTRL_SET_TLSEXT_HOSTNAME
243 ngx_log_stderr(0, "TLS SNI support enabled");
244 #endif
242 ngx_log_stderr(0, "configure arguments:" NGX_CONFIGURE); 245 ngx_log_stderr(0, "configure arguments:" NGX_CONFIGURE);
243 } 246 }
244 247
245 if (!ngx_test_config) { 248 if (!ngx_test_config) {
246 return 0; 249 return 0;