From bc2d623c0e8a8ae33218c61bcd6729aae23ae666 Mon Sep 17 00:00:00 2001 From: Matt Caswell Date: Mon, 19 Jan 2015 12:42:01 +0000 Subject: Fix source where indent will not be able to cope Conflicts: apps/ciphers.c ssl/s3_pkt.c Reviewed-by: Tim Hudson --- demos/easy_tls/easy-tls.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'demos') diff --git a/demos/easy_tls/easy-tls.c b/demos/easy_tls/easy-tls.c index 64090c41ca..b433036715 100644 --- a/demos/easy_tls/easy-tls.c +++ b/demos/easy_tls/easy-tls.c @@ -809,8 +809,9 @@ max(int a, int b) return a > b ? a : b; } +/* timeout, -1 means no timeout */ static void -tls_sockets_select(int read_select_1, int read_select_2, int write_select_1, int write_select_2, int seconds /* timeout, -1 means no timeout */) +tls_sockets_select(int read_select_1, int read_select_2, int write_select_1, int write_select_2, int seconds) { int maxfd, n; fd_set reads, writes; -- cgit v1.2.3