Silence Wconditional-uninitialized

Reviewed-by: Matt Caswell <matt@openssl.org>
This commit is contained in:
Emilia Kasper 2015-09-23 19:57:42 +02:00
parent 8f4e661f53
commit 3a79618474

View file

@ -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) {