Remove client buffer

This commit is contained in:
2022-10-20 22:29:41 +02:00
parent e7e1e7b18f
commit 90e324cf87
6 changed files with 5 additions and 48 deletions

@ -17,9 +17,6 @@ typedef struct {
int socket;
SSL_CTX *ctx;
SSL *ssl;
char *buf;
unsigned long buf_len;
unsigned long buf_off;
long _last_ret;
int _errno;
unsigned long _ssl_error;