Some tiny fixes.
[openssl.git] / apps / s_client.c
index 7140f8ba2b8494810ffe225e90994f982f7adedf..21c4cac90c34034080cca774a7b258fcd70772e6 100644 (file)
@@ -442,8 +442,8 @@ re_start:
                ssl_pending = read_ssl && SSL_pending(con);
 
                if (!ssl_pending)
-#ifndef WINDOWS
                        {
+#ifndef WINDOWS
                        if (tty_on)
                                {
                                if (read_tty)  FD_SET(fileno(stdin),&readfds);