changeset 8845:4df9795fb77f quic

QUIC: macro style.
author Ruslan Ermilov <ru@nginx.com>
date Thu, 09 Sep 2021 15:40:08 +0300
parents 062080651d50
children cbbe901c199d
files src/event/quic/ngx_event_quic_ssl.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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");