mirror of
https://github.com/brunoos/luasec.git
synced 2024-11-08 06:28:26 +01:00
Suppress warning with OpenSSL 1.1.0 and 1.1.1
This commit is contained in:
parent
113331fa0c
commit
2ecf239cfe
@ -588,7 +588,7 @@ static int set_curves_list(lua_State *L)
|
||||
return 2;
|
||||
}
|
||||
|
||||
SSL_CTX_set_ecdh_auto(ctx, 1);
|
||||
(void)SSL_CTX_set_ecdh_auto(ctx, 1);
|
||||
|
||||
lua_pushboolean(L, 1);
|
||||
return 1;
|
||||
|
Loading…
Reference in New Issue
Block a user