mirror of
https://github.com/brunoos/luasec.git
synced 2024-11-09 15:08: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.
|
* Retrieve the extensions from the certificate.
|
||||||
*/
|
*/
|
||||||
int meth_extensions(lua_State* L)
|
static int meth_extensions(lua_State* L)
|
||||||
{
|
{
|
||||||
int j;
|
int j;
|
||||||
int i = -1;
|
int i = -1;
|
||||||
|
Loading…
Reference in New Issue
Block a user