mirror of
https://github.com/brunoos/luasec.git
synced 2024-11-08 06:28:26 +01:00
Unexport meth_extensions
This commit is contained in:
parent
6a828b33e5
commit
2fc8a85bec
@ -223,7 +223,7 @@ static int meth_issuer(lua_State* L)
|
||||
/**
|
||||
* Retrieve the extensions from the certificate.
|
||||
*/
|
||||
int meth_extensions(lua_State* L)
|
||||
static int meth_extensions(lua_State* L)
|
||||
{
|
||||
int j;
|
||||
int i = -1;
|
||||
|
Loading…
Reference in New Issue
Block a user