diff options
author | Jannis Hoffmann <jannis@fehcom.de> | 2024-07-18 15:23:02 +0200 |
---|---|---|
committer | Jannis Hoffmann <jannis@fehcom.de> | 2024-07-18 15:23:02 +0200 |
commit | 9837632ea985b87eb6aaa7f619a0b859fc6c40f6 (patch) | |
tree | f143461843ba2fdaa8e7499ebf52afda3eb08cd4 /src/tls_timeoutio.c | |
parent | 7b4d3ab22988d021d5f12b81aec746f7e486fa52 (diff) |
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(); |