Timothy
Timothy
The macro defined here is incorrect: https://github.com/luvit/luv/blob/8a04eeb719223de4f4ab07391bfab9b45b17be7d/src/luv.h#L100 In the following example: `lua_State *L = luv_state(uv_req->loop);` will be expanded to: `lua_State *L = (luv_context(uv_req->loop)->uv_req->loop));` causing: `error: 'luv_ctx_t' has no member named...
os: ubuntu 18.04 openssl: 1.1.1 ``` openssl ciphers -s -tls1_3 TLS_AES_256_GCM_SHA384:TLS_CHACHA20_POLY1305_SHA256:TLS_AES_128_GCM_SHA256 ``` **Problem details** ``` openssl.ssl.ctx_new('TLS', 'TLS_AES_128_GCM_SHA256') bad argument #2 to '?' (Error to set cipher list) ``` If you...