From c17bc31d41a0372002115899a2c64e89aeca7e7d Mon Sep 17 00:00:00 2001 From: Sergey Kandaurov Date: Mon, 11 Apr 2016 15:46:36 +0300 Subject: SSL: removed OpenSSL 0.9.7 compatibility. --- src/stream/ngx_stream_upstream_round_robin.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'src/stream') diff --git a/src/stream/ngx_stream_upstream_round_robin.c b/src/stream/ngx_stream_upstream_round_robin.c index 36e2ec5ca..c2076673a 100644 --- a/src/stream/ngx_stream_upstream_round_robin.c +++ b/src/stream/ngx_stream_upstream_round_robin.c @@ -701,10 +701,7 @@ ngx_stream_upstream_set_round_robin_peer_session(ngx_peer_connection_t *pc, ngx_stream_upstream_rr_peer_t *peer; #if (NGX_STREAM_UPSTREAM_ZONE) int len; -#if OPENSSL_VERSION_NUMBER >= 0x0090707fL - const -#endif - u_char *p; + const u_char *p; ngx_stream_upstream_rr_peers_t *peers; u_char buf[NGX_SSL_MAX_SESSION_SIZE]; #endif -- cgit