]> git.kaiwu.me - nginx.git/commitdiff
Upstream: fixed --with-compat build without SSL, broken by 454ad0e.
authorPavel Pautov <p.pautov@f5.com>
Wed, 22 Jan 2025 02:41:16 +0000 (18:41 -0800)
committerp-pautov <37922380+p-pautov@users.noreply.github.com>
Thu, 23 Jan 2025 18:50:13 +0000 (10:50 -0800)
src/core/ngx_core.h
src/event/ngx_event_openssl.h

index 88db7dc98512074e1937fa91f4b6199b16459586..02890b843ac2c54db25a7a698c743b71578fbf80 100644 (file)
@@ -26,6 +26,7 @@ typedef struct ngx_event_aio_s       ngx_event_aio_t;
 typedef struct ngx_connection_s      ngx_connection_t;
 typedef struct ngx_thread_task_s     ngx_thread_task_t;
 typedef struct ngx_ssl_s             ngx_ssl_t;
+typedef struct ngx_ssl_cache_s       ngx_ssl_cache_t;
 typedef struct ngx_proxy_protocol_s  ngx_proxy_protocol_t;
 typedef struct ngx_quic_stream_s     ngx_quic_stream_t;
 typedef struct ngx_ssl_connection_s  ngx_ssl_connection_t;
index c9dc50c75dac06eb16056b596c95c3916711f0de..9ad4d177b14b1a9993f813ae23bc54895335a336 100644 (file)
@@ -83,7 +83,6 @@
 #endif
 
 
-typedef struct ngx_ssl_cache_s  ngx_ssl_cache_t;
 typedef struct ngx_ssl_ocsp_s   ngx_ssl_ocsp_t;