From 78f91756cdf4523a5dd3e71184b09c2265efee6f Mon Sep 17 00:00:00 2001 From: Maxim Dounin Date: Mon, 10 Oct 2016 18:44:17 +0300 Subject: Modules compatibility: removed dependencies on NGX_STREAM_SSL. External structures are now identical regardless of stream SSL module compiled in or not. --- src/stream/ngx_stream_upstream_round_robin.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/stream/ngx_stream_upstream_round_robin.h') diff --git a/src/stream/ngx_stream_upstream_round_robin.h b/src/stream/ngx_stream_upstream_round_robin.h index 9e1afc545..35d9fce6c 100644 --- a/src/stream/ngx_stream_upstream_round_robin.h +++ b/src/stream/ngx_stream_upstream_round_robin.h @@ -40,10 +40,8 @@ struct ngx_stream_upstream_rr_peer_s { ngx_uint_t down; -#if (NGX_STREAM_SSL) void *ssl_session; int ssl_session_len; -#endif #if (NGX_STREAM_UPSTREAM_ZONE) ngx_atomic_t lock; -- cgit