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

View File

@ -291,10 +291,6 @@ int main(int argc, const char *argv[]) {
openssl_init();
client.buf = NULL;
client.buf_len = 0;
client.buf_off = 0;
for (int i = 0; i < CONFIG_MAX_CERT_CONFIG; i++) {
const cert_config *conf = &config->certs[i];
if (conf->name[0] == 0) break;