comparison src/http/modules/ngx_http_ssl_module.c @ 3209:b82c623a607e

fix typo
author Igor Sysoev <igor@sysoev.ru>
date Mon, 19 Oct 2009 12:33:09 +0000
parents b7e68ee09e0c
children dd1570b6f237
comparison
equal deleted inserted replaced
3208:8cec9724fe71 3209:b82c623a607e
407 if (SSL_CTX_set_tlsext_servername_callback(conf->ssl.ctx, 407 if (SSL_CTX_set_tlsext_servername_callback(conf->ssl.ctx,
408 ngx_http_ssl_servername) 408 ngx_http_ssl_servername)
409 == 0) 409 == 0)
410 { 410 {
411 ngx_log_error(NGX_LOG_WARN, cf->log, 0, 411 ngx_log_error(NGX_LOG_WARN, cf->log, 0,
412 "nginx was build with SNI support, however, now it is linked " 412 "nginx was built with SNI support, however, now it is linked "
413 "dynamically to an OpenSSL library which has no tlsext support, " 413 "dynamically to an OpenSSL library which has no tlsext support, "
414 "therefore SNI is not available"); 414 "therefore SNI is not available");
415 } 415 }
416 416
417 #endif 417 #endif