mirror of
https://gitea.invidious.io/iv-org/litespeed-quic.git
synced 2024-08-15 00:53:43 +00:00
Fix Windows build: initialize local variable
This commit is contained in:
parent
04f8f447b2
commit
a3e1f0d1bb
1 changed files with 1 additions and 1 deletions
|
@ -821,7 +821,7 @@ iquic_esfi_create_client (const char *hostname,
|
|||
struct lsquic_alarmset *alset, unsigned max_streams_uni)
|
||||
{
|
||||
struct enc_sess_iquic *enc_sess;
|
||||
SSL_CTX *ssl_ctx;
|
||||
SSL_CTX *ssl_ctx = NULL;
|
||||
SSL_SESSION *ssl_session;
|
||||
const struct alpn_map *am;
|
||||
int transpa_len;
|
||||
|
|
Loading…
Reference in a new issue