Skip to content

Commit 921c6c0

Browse files
committed
Flush stdout
Signed-off-by: Gaurav Aggarwal <[email protected]>
1 parent afd38b4 commit 921c6c0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

demos/http/http_demo_mutual_auth/http_demo_mutual_auth.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -408,5 +408,7 @@ int main( int argc,
408408
/* End TLS session, then close TCP connection. */
409409
( void ) Openssl_Disconnect( &networkContext );
410410

411+
fflush( stdout );
412+
411413
return returnStatus;
412414
}

0 commit comments

Comments
 (0)