aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@nginx.com>2021-09-09 15:40:08 +0300
committerRuslan Ermilov <ru@nginx.com>2021-09-09 15:40:08 +0300
commitef94770e163f1b8e58d18ee1f1bbd45c4a754d33 (patch)
tree66c3ab9214b7d57e401c4deaed7edee38f6f2bed /src
parent7a45071cb6a460c999a3ad5f978f8cfd5d792cdb (diff)
downloadnginx-ef94770e163f1b8e58d18ee1f1bbd45c4a754d33.tar.gz
nginx-ef94770e163f1b8e58d18ee1f1bbd45c4a754d33.zip
QUIC: macro style.
Diffstat (limited to 'src')
-rw-r--r--src/event/quic/ngx_event_quic_ssl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/event/quic/ngx_event_quic_ssl.c b/src/event/quic/ngx_event_quic_ssl.c
index 669bae9bb..f589d74ac 100644
--- 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_t *c)
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");