Silence Wconditional-uninitialized
Reviewed-by: Matt Caswell <matt@openssl.org>
This commit is contained in:
parent
8f4e661f53
commit
3a79618474
1 changed files with 1 additions and 1 deletions
|
@ -2413,7 +2413,7 @@ static int init_ssl_connection(SSL *con)
|
|||
i = DTLSv1_listen(con, &client);
|
||||
if (i > 0) {
|
||||
BIO *wbio;
|
||||
int fd;
|
||||
int fd = -1;
|
||||
|
||||
wbio = SSL_get_wbio(con);
|
||||
if(wbio) {
|
||||
|
|
Loading…
Reference in a new issue