Fix TLS build issue #40

Merged
jordan merged 1 commits from lda/Cytoplasm:fix-tls into master 2024-07-02 11:55:55 -04:00
1 changed files with 1 additions and 1 deletions

View File

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