Compare commits

..

No commits in common. "5003ddc28171f16f3de8b5a84884ef1b633321f6" and "007b8f6d43ecc35cd4ec8777c117ab3659a38305" have entirely different histories.

View file

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