Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nginx/nginx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2011-01-20 15:33:17 +0300
committerIgor Sysoev <igor@sysoev.ru>2011-01-20 15:33:17 +0300
commit3d86ad3f9526283f6c035439e6cedda9b2437e41 (patch)
tree5fc2a9146996c180b5998baa9896f3e2668b1062 /src
parent8e8251a317983b8337856c2bcbbe54d5bdb088e4 (diff)
fix building on Fedora 14
patch by Kirill A. Korinskiy
Diffstat (limited to 'src')
-rw-r--r--src/event/ngx_event_openssl.c2
1 files changed, 1 insertions, 1 deletions
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;