Upstream: fixed --with-compat build without SSL, broken by 454ad0e.
Some checks failed
buildbot / buildbot (push) Has been cancelled

This commit is contained in:
Pavel Pautov 2025-01-21 18:41:16 -08:00 committed by p-pautov
parent 5d5d9adccf
commit 5ab4f32e9d
2 changed files with 1 additions and 1 deletions

View 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;

View 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;