Fix TLS, again... #38

Merged
jordan merged 4 commits from lda/Cytoplasm:fix-tls into master 2024-06-24 15:18:44 -04:00
1 changed files with 1 additions and 0 deletions
Showing only changes of commit 5dc1ec49eb - Show all commits

View File

@ -89,6 +89,7 @@ TlsInitClient(int fd, const char *serverName)
cookie->method = TLS_client_method();
cookie->ctx = SSL_CTX_new(cookie->method);
coolie->fd = fd;
if (!cookie->ctx)
{
goto error;