Merge pull request 'Fix TLS build issue' (#40) from lda/Cytoplasm:fix-tls into master

Reviewed-on: Telodendria/Cytoplasm#40
This commit is contained in:
Jordan Bancino 2024-07-02 11:55:53 -04:00
commit 61b5430efe

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;