comparison src/event/ngx_event_openssl.c @ 3488:92378c49456d

MSVC8 compatibility with OpenSSL 1.0.0
author Igor Sysoev <igor@sysoev.ru>
date Thu, 01 Apr 2010 15:18:29 +0000
parents 7f99ce2247f9
children dd1570b6f237
comparison
equal deleted inserted replaced
3487:5d2acf153153 3488:92378c49456d
559 } 559 }
560 560
561 #if (NGX_DEBUG) 561 #if (NGX_DEBUG)
562 { 562 {
563 char buf[129], *s, *d; 563 char buf[129], *s, *d;
564 #if OPENSSL_VERSION_NUMBER >= 0x1000000fL
565 const
566 #endif
564 SSL_CIPHER *cipher; 567 SSL_CIPHER *cipher;
565 568
566 cipher = SSL_get_current_cipher(c->ssl->connection); 569 cipher = SSL_get_current_cipher(c->ssl->connection);
567 570
568 if (cipher) { 571 if (cipher) {