summaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
Diffstat (limited to 'apps')
-rw-r--r--apps/s_server.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/s_server.c b/apps/s_server.c
index 9ce1416247..f70539301e 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) {