comparison src/event/ngx_event_openssl.c @ 612:ce857f6b74a7 NGINX_0_9_4

nginx 0.9.4 *) Feature: the "server_name" directive supports the $hostname variable. *) Feature: 494 code for "Request Header Too Large" error.
author Igor Sysoev <http://sysoev.ru>
date Fri, 21 Jan 2011 00:00:00 +0300
parents 3036c1836a24
children 5b73504dd4ba
comparison
equal deleted inserted replaced
611:f02ddde4a240 612:ce857f6b74a7
558 } 558 }
559 559
560 #if (NGX_DEBUG) 560 #if (NGX_DEBUG)
561 { 561 {
562 char buf[129], *s, *d; 562 char buf[129], *s, *d;
563 #if OPENSSL_VERSION_NUMBER >= 0x1000000fL 563 #if OPENSSL_VERSION_NUMBER >= 0x10000000L
564 const 564 const
565 #endif 565 #endif
566 SSL_CIPHER *cipher; 566 SSL_CIPHER *cipher;
567 567
568 cipher = SSL_get_current_cipher(c->ssl->connection); 568 cipher = SSL_get_current_cipher(c->ssl->connection);