Compare commits
No commits in common. "b9dc169917c499e88fd0ecda7f1180f57ed883a2" and "9108fef7018010e6b49a111856ca0553333804f8" have entirely different histories.
b9dc169917
...
9108fef701
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