Unexport meth_extensions

This commit is contained in:
Bart van Strien 2015-06-05 17:11:54 +02:00
parent 6a828b33e5
commit 2fc8a85bec

View File

@ -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;