diff options
Diffstat (limited to 'src/tls_timeoutio.c')
-rw-r--r-- | src/tls_timeoutio.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/tls_timeoutio.c b/src/tls_timeoutio.c index c5f40a2..87aaec0 100644 --- a/src/tls_timeoutio.c +++ b/src/tls_timeoutio.c @@ -7,8 +7,9 @@ #include "ucspissl.h" #include "tls_timeoutio.h" -int tls_timeoutio(int (*fun)(), - int t, int rfd, int wfd, SSL *ssl, char *buf, int len) +// this function pointer needs to be replaced + +int tls_timeoutio(int (*fun)(),int t,int rfd,int wfd,SSL *ssl,char *buf,int len) { int n; const datetime_sec end = (datetime_sec)t + now(); |