forked from Telodendria/Telodendria
[FIX] Last TLS oopsie!
We should actually consider bringing back CI when possible.
This commit is contained in:
parent
dd99759e39
commit
b3be10e112
1 changed files with 1 additions and 1 deletions
|
@ -81,7 +81,7 @@ TlsInitClient(int fd, const char *serverName)
|
||||||
|
|
||||||
cookie->method = TLS_client_method();
|
cookie->method = TLS_client_method();
|
||||||
cookie->ctx = SSL_CTX_new(cookie->method);
|
cookie->ctx = SSL_CTX_new(cookie->method);
|
||||||
coolie->fd = fd;
|
cookie->fd = fd;
|
||||||
if (!cookie->ctx)
|
if (!cookie->ctx)
|
||||||
{
|
{
|
||||||
goto error;
|
goto error;
|
||||||
|
|
Loading…
Reference in a new issue