comparison src/event/ngx_event_openssl.c @ 3851:033015e01eec

fix building on Fedora 14 patch by Kirill A. Korinskiy
author Igor Sysoev <igor@sysoev.ru>
date Thu, 20 Jan 2011 12:33:17 +0000
parents c6a5bae994f6
children b1f48fa31e6c f87edc142316
comparison
equal deleted inserted replaced
3850:ca7b9caa20e5 3851:033015e01eec
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);