mirror of
https://github.com/nginx/nginx.git
synced 2024-12-04 22:09:01 +08:00
SSL: fixed compilation without QUIC after 0d2b2664b41c.
This commit is contained in:
parent
cdc0d61ea0
commit
5468904e3b
@ -2777,10 +2777,12 @@ ngx_ssl_shutdown(ngx_connection_t *c)
|
|||||||
int n, sslerr, mode;
|
int n, sslerr, mode;
|
||||||
ngx_err_t err;
|
ngx_err_t err;
|
||||||
|
|
||||||
|
#if (NGX_QUIC)
|
||||||
if (c->qs) {
|
if (c->qs) {
|
||||||
/* QUIC streams inherit SSL object */
|
/* QUIC streams inherit SSL object */
|
||||||
return NGX_OK;
|
return NGX_OK;
|
||||||
}
|
}
|
||||||
|
#endif
|
||||||
|
|
||||||
ngx_ssl_ocsp_cleanup(c);
|
ngx_ssl_ocsp_cleanup(c);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user