Fix source where indent will not be able to cope
Conflicts: apps/ciphers.c ssl/s3_pkt.c Conflicts: crypto/ec/ec_curve.c Conflicts: crypto/ec/ec_curve.c ssl/s3_clnt.c ssl/s3_srvr.c ssl/ssl_sess.c Conflicts: apps/ciphers.c crypto/bn/bn.h crypto/ec/ec_curve.c ssl/t1_enc.c ssl/t1_lib.c Reviewed-by: Tim Hudson <tjh@openssl.org>
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user