mirror of
https://github.com/nginx/nginx.git
synced 2025-06-11 04:12:40 +08:00
Upstream: fixed --with-compat build without SSL, broken by 454ad0e
.
Some checks failed
buildbot / buildbot (push) Has been cancelled
Some checks failed
buildbot / buildbot (push) Has been cancelled
This commit is contained in:
parent
5d5d9adccf
commit
5ab4f32e9d
@ -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;
|
||||
|
@ -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;
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user