mirror of
https://github.com/nginx/nginx.git
synced 2026-08-04 14:58:20 +00:00
QUIC: macro style.
This commit is contained in:
parent
7a45071cb6
commit
ef94770e16
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue