From: Igor Sysoev Date: Thu, 20 Jan 2011 12:33:17 +0000 (+0000) Subject: fix building on Fedora 14 X-Git-Tag: release-0.9.4~5 X-Git-Url: http://www.kaiwu.me/postgresql/commit/static/gitweb.js?a=commitdiff_plain;h=3d86ad3f9526283f6c035439e6cedda9b2437e41;p=nginx.git fix building on Fedora 14 patch by Kirill A. Korinskiy --- diff --git a/src/event/ngx_event_openssl.c b/src/event/ngx_event_openssl.c index 1f57ccb16..0527c9c30 100644 --- a/src/event/ngx_event_openssl.c +++ b/src/event/ngx_event_openssl.c @@ -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;