diff --git a/src/Tls/TlsOpenSSL.c b/src/Tls/TlsOpenSSL.c index c056ebc..07b7bd5 100644 --- a/src/Tls/TlsOpenSSL.c +++ b/src/Tls/TlsOpenSSL.c @@ -295,9 +295,7 @@ TlsClose(void *cookie) SSL_free(ssl->ssl); SSL_CTX_free(ssl->ctx); -#if 0 close(ssl->fd); -#endif Free(ssl);