forked from Telodendria/Cytoplasm
Compare commits
No commits in common. "5003ddc28171f16f3de8b5a84884ef1b633321f6" and "007b8f6d43ecc35cd4ec8777c117ab3659a38305" have entirely different histories.
5003ddc281
...
007b8f6d43
1 changed files with 2 additions and 0 deletions
|
@ -295,7 +295,9 @@ TlsClose(void *cookie)
|
|||
SSL_free(ssl->ssl);
|
||||
SSL_CTX_free(ssl->ctx);
|
||||
|
||||
#if 0
|
||||
close(ssl->fd);
|
||||
#endif
|
||||
|
||||
Free(ssl);
|
||||
|
||||
|
|
Loading…
Reference in a new issue