summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/openssl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/openssl.c b/src/openssl.c
index 4da28ef..2bb5d70 100644
--- a/src/openssl.c
+++ b/src/openssl.c
@@ -1909,7 +1909,7 @@ static int bn__tostring(lua_State *L) {
1909 1909
1910static const luaL_Reg bn_methods[] = { 1910static const luaL_Reg bn_methods[] = {
1911 { "tobin", &bn_tobin }, 1911 { "tobin", &bn_tobin },
1912 { NULL, NULL }, 1912 { NULL, NULL },
1913}; 1913};
1914 1914
1915static const luaL_Reg bn_metatable[] = { 1915static const luaL_Reg bn_metatable[] = {