3 Commits

Author SHA1 Message Date
Fabrice Fontaine
0c54afc94e fix build with gcc 4.8
Fix the following build failure with gcc 4.8:

sslh-select.c: In function 'udp_timeouts':
sslh-select.c:480:5: error: 'for' loop initial declarations are only allowed in C99 mode
     for (int i = 0; i < fd_info->max_fd; i++) {
     ^

Fixes:
 - http://autobuild.buildroot.org/results/4315321fb1b6c6849ff583999557106fb97b3ab7

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
2022-01-04 14:17:03 +01:00
yrutschle
0a23ca133e finalise UDP support for sslh-ev 2021-11-11 21:16:37 +01:00
yrutschle
8ddff5e388 sslh-ev working for TCP 2021-11-07 16:13:44 +01:00