Compare commits
No commits in common. "61b5430efee4ecabe38cff8a3738fa57b6c2f358" and "dd99759e39f4dca537b63f8c7ec99dc2114fb455" have entirely different histories.
61b5430efe
...
dd99759e39
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->ctx = SSL_CTX_new(cookie->method);
|
||||
cookie->fd = fd;
|
||||
coolie->fd = fd;
|
||||
if (!cookie->ctx)
|
||||
{
|
||||
goto error;
|
||||
|
|
Loading…
Reference in a new issue