# HG changeset patch # User Ruslan Ermilov # Date 1631191208 -10800 # Node ID 4df9795fb77f77c56f26857117e98983668a1c58 # Parent 062080651d50d14d0a2163964d10cefdc99bcf07 QUIC: macro style. diff --git a/src/event/quic/ngx_event_quic_ssl.c b/src/event/quic/ngx_event_quic_ssl.c --- a/src/event/quic/ngx_event_quic_ssl.c +++ b/src/event/quic/ngx_event_quic_ssl.c @@ -549,7 +549,7 @@ ngx_quic_init_connection(ngx_connection_ return NGX_ERROR; } -#if NGX_OPENSSL_QUIC_ZRTT_CTX +#if (NGX_OPENSSL_QUIC_ZRTT_CTX) if (SSL_set_quic_early_data_context(ssl_conn, p, clen) == 0) { ngx_log_error(NGX_LOG_INFO, c->log, 0, "quic SSL_set_quic_early_data_context() failed");