fix building on Fedora 14

patch by Kirill A. Korinskiy
This commit is contained in:
Igor Sysoev 2011-01-20 12:33:17 +00:00
parent 8e8251a317
commit 3d86ad3f95

View File

@ -560,7 +560,7 @@ ngx_ssl_handshake(ngx_connection_t *c)
#if (NGX_DEBUG)
{
char buf[129], *s, *d;
#if OPENSSL_VERSION_NUMBER >= 0x1000000fL
#if OPENSSL_VERSION_NUMBER >= 0x10000000L
const
#endif
SSL_CIPHER *cipher;