Compare commits

..

No commits in common. "61b5430efee4ecabe38cff8a3738fa57b6c2f358" and "dd99759e39f4dca537b63f8c7ec99dc2114fb455" have entirely different histories.

View file

@ -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;