Fix a broken build because of change #47029.

Change-Id: I853fbf11bbdd59330c649772a45478f9a09dae7b
diff --git a/patches/handshake_cutthrough.patch b/patches/handshake_cutthrough.patch
index e142d86..130afa3 100644
--- a/patches/handshake_cutthrough.patch
+++ b/patches/handshake_cutthrough.patch
@@ -61,8 +61,8 @@
 +	 */
 +		/* Send app data along with CCS/Finished */
 +		s->s3->flags |= SSL3_FLAGS_DELAY_CLIENT_FINISHED;
-+		}
 +#endif
++		}
  
  	for (;;)
  		{
diff --git a/ssl/s3_clnt.c b/ssl/s3_clnt.c
index 1f411c4..2bfff13 100644
--- a/ssl/s3_clnt.c
+++ b/ssl/s3_clnt.c
@@ -194,8 +194,8 @@
 	 */
 		/* Send app data along with CCS/Finished */
 		s->s3->flags |= SSL3_FLAGS_DELAY_CLIENT_FINISHED;
-		}
 #endif
+		}
 
 	for (;;)
 		{