mirror of
https://github.com/nginx/nginx.git
synced 2025-07-25 14:46:20 +08:00
QUIC: macro style.
This commit is contained in:
parent
7a45071cb6
commit
ef94770e16
@ -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");
|
||||
|
Loading…
Reference in New Issue
Block a user