The branch master has been updated
via 3a79618474f28537564f172b7aa8533e352b5dc5 (commit)
from 8f4e661f537816571e4048bde73216c1d19903f9 (commit)
- Log -----------------------------------------------------------------
commit 3a79618474f28537564f172b7aa8533e352b5dc5
Author: Emilia Kasper <[email protected]>
Date: Wed Sep 23 19:57:42 2015 +0200
Silence Wconditional-uninitialized
Reviewed-by: Matt Caswell <[email protected]>
-----------------------------------------------------------------------
Summary of changes:
apps/s_server.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/apps/s_server.c b/apps/s_server.c
index 9ce1416..f705393 100644
--- a/apps/s_server.c
+++ b/apps/s_server.c
@@ -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) {
_____
openssl-commits mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-commits