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