forked from Telodendria/Cytoplasm
Compare commits
No commits in common. "b3be10e112d84e20e24d9e83ccd2ea9f5cbc9516" and "d7faff734cfc2066ccb820fc4344491077630cb9" have entirely different histories.
b3be10e112
...
d7faff734c
2 changed files with 2 additions and 3 deletions
|
@ -33,8 +33,7 @@
|
|||
#define CYTOPLASM_VERSION_BETA 0
|
||||
#define CYTOPLASM_VERSION_STABLE (!CYTOPLASM_VERSION_ALPHA && !CYTOPLASM_VERSION_BETA)
|
||||
|
||||
#define XSTRINGIFY(x) #x
|
||||
#define STRINGIFY(x) XSTRINGIFY(x)
|
||||
#define STRINGIFY(x) #x
|
||||
|
||||
/***
|
||||
* @Nm Cytoplasm
|
||||
|
|
|
@ -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