Make gcc 2.95.2 happy here, too.
[openssl.git] / apps / s_client.c
index fc3e398cb4fdd352da3577475bc602e939050d2c..c4c3b0e94a59b6b6746bd2f061d0b719f35f2218 100644 (file)
@@ -153,6 +153,8 @@ static void sc_usage(void)
 
        }
 
+int MAIN(int, char **);
+
 int MAIN(int argc, char **argv)
        {
        int off=0;
@@ -506,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;