Fix TLS build issue #40

Merged
jordan merged 1 commit from lda/Cytoplasm:fix-tls into master 2024-07-02 15:55:55 +00:00

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;