diff src/http/ngx_http_upstream_round_robin.c @ 7509:b99cbafd51da

SSL: removed OpenSSL 0.9.7 compatibility.
author Sergey Kandaurov <pluknet@nginx.com>
date Mon, 11 Apr 2016 15:46:36 +0300
parents 696df3ac27ac
children 90cc7194e993
line wrap: on
line diff
--- a/src/http/ngx_http_upstream_round_robin.c
+++ b/src/http/ngx_http_upstream_round_robin.c
@@ -669,10 +669,7 @@ ngx_http_upstream_set_round_robin_peer_s
     ngx_http_upstream_rr_peer_t   *peer;
 #if (NGX_HTTP_UPSTREAM_ZONE)
     int                            len;
-#if OPENSSL_VERSION_NUMBER >= 0x0090707fL
-    const
-#endif
-    u_char                        *p;
+    const u_char                  *p;
     ngx_http_upstream_rr_peers_t  *peers;
     u_char                         buf[NGX_SSL_MAX_SESSION_SIZE];
 #endif