[FIX] Last TLS oopsie!

We should actually consider bringing back CI when possible.
This commit is contained in:
LDA 2024-06-27 16:53:56 +02:00
parent dd99759e39
commit b3be10e112
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;