summaryrefslogtreecommitdiffstats
path: root/apps/s_client.c
diff options
context:
space:
mode:
authorUlf Möller <ulf@openssl.org>2000-02-20 20:59:21 +0000
committerUlf Möller <ulf@openssl.org>2000-02-20 20:59:21 +0000
commit4ec19e203c7ad918c1fb61dfdf92042bca113238 (patch)
tree586755a9dba84874a2b061e0790d824c346ec47a /apps/s_client.c
parentd754b3850f0230c187236d89c42d1a971a97264d (diff)
Fix gcc warnings.
Diffstat (limited to 'apps/s_client.c')
-rw-r--r--apps/s_client.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/s_client.c b/apps/s_client.c
index ac19f4eed9..c4c3b0e94a 100644
--- a/apps/s_client.c
+++ b/apps/s_client.c
@@ -508,6 +508,7 @@ re_start:
* are any keypresses. Note: this is a hack, in a proper
* Windows application we wouldn't do this.
*/
+ i=0;
if(!write_tty) {
if(read_tty) {
tv.tv_sec = 1;