Compare commits
2 commits
dd99759e39
...
61b5430efe
Author | SHA1 | Date | |
---|---|---|---|
61b5430efe | |||
|
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