Merge branch 'master' of https://git.telodendria.io/Telodendria/Cytoplasm into mem-moment

This commit is contained in:
lda 2024-06-08 12:08:30 +02:00
commit 5003ddc281
1 changed files with 0 additions and 2 deletions

View File

@ -295,9 +295,7 @@ TlsClose(void *cookie)
SSL_free(ssl->ssl);
SSL_CTX_free(ssl->ctx);
#if 0
close(ssl->fd);
#endif
Free(ssl);