This commit is contained in:
Sergey Kandaurov 2020-04-01 13:27:41 +03:00
parent c3b7927e24
commit 86029005a5
2 changed files with 4 additions and 5 deletions

View File

@ -53,7 +53,6 @@ static ngx_int_t ngx_quic_hkdf_expand(ngx_pool_t *pool, const EVP_MD *digest,
static ssize_t ngx_quic_create_long_packet(ngx_quic_header_t *pkt,
ngx_ssl_conn_t *ssl_conn, ngx_str_t *res);
static ssize_t ngx_quic_create_short_packet(ngx_quic_header_t *pkt,
ngx_ssl_conn_t *ssl_conn, ngx_str_t *res);