changeset 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 ca7b9caa20e5
children 3f04918aefe5
files src/event/ngx_event_openssl.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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;