]> git.kaiwu.me - nginx.git/commitdiff
fix building on Fedora 14
authorIgor Sysoev <igor@sysoev.ru>
Thu, 20 Jan 2011 12:33:17 +0000 (12:33 +0000)
committerIgor Sysoev <igor@sysoev.ru>
Thu, 20 Jan 2011 12:33:17 +0000 (12:33 +0000)
patch by Kirill A. Korinskiy

src/event/ngx_event_openssl.c

index 1f57ccb167cb76f62564fe254d839d2f3ba96d5a..0527c9c30504f9a23ce3107785b92b3df8d7b047 100644 (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;