Some tiny fixes.

Submitted by:
Reviewed by:
PR:

Submitted by:
Reviewed by:
PR:
diff --git a/apps/s_client.c b/apps/s_client.c
index 7140f8b..21c4cac 100644
--- a/apps/s_client.c
+++ b/apps/s_client.c
@@ -442,8 +442,8 @@
 		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);