summaryrefslogtreecommitdiff
path: root/apps/s_client.c
diff options
context:
space:
mode:
authorulf <ulf>2000-02-20 20:59:05 +0000
committerulf <ulf>2000-02-20 20:59:05 +0000
commit0d08d7944395626a0b1de10d484dd9ac4f33d4af (patch)
tree1708eeb07f179a114d49da7b40a78f5e1cc7e9fb /apps/s_client.c
parent869c6d40ff214dece19b72e72ca7f76509c17939 (diff)
downloadopenssl-0d08d7944395626a0b1de10d484dd9ac4f33d4af.tar.gz
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 ac19f4eed..c4c3b0e94 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;