comparison src/http/modules/ngx_http_ssl_module.c @ 8669:5b51d8405378 quic

QUIC: fixed building ALPN callback without debug and http2.
author Sergey Kandaurov <pluknet@nginx.com>
date Tue, 22 Dec 2020 12:04:15 +0300
parents e0947c952d43
children 05e0988a6898
comparison
equal deleted inserted replaced
8668:af6363758ef9 8669:5b51d8405378
427 unsigned int i; 427 unsigned int i;
428 #endif 428 #endif
429 #if (NGX_HTTP_V2 || NGX_HTTP_QUIC) 429 #if (NGX_HTTP_V2 || NGX_HTTP_QUIC)
430 ngx_http_connection_t *hc; 430 ngx_http_connection_t *hc;
431 #endif 431 #endif
432 #if (NGX_HTTP_V2 || NGX_DEBUG) 432 #if (NGX_HTTP_V2 || NGX_HTTP_QUIC || NGX_DEBUG)
433 ngx_connection_t *c; 433 ngx_connection_t *c;
434 434
435 c = ngx_ssl_get_connection(ssl_conn); 435 c = ngx_ssl_get_connection(ssl_conn);
436 #endif 436 #endif
437 437