Fix Windows build: initialize local variable

This commit is contained in:
Dmitri Tikhonov 2020-10-13 08:48:47 -04:00
parent 04f8f447b2
commit a3e1f0d1bb
1 changed files with 1 additions and 1 deletions

View File

@ -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;