From 316907b08ac47efc37845ec5d66f098fcae70a1a Mon Sep 17 00:00:00 2001 From: Nicolas Noble Date: Fri, 9 Aug 2013 15:00:19 -0700 Subject: Removing rsa.lua. This is just too buggy. --- src/BLua.cc | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/BLua.cc') diff --git a/src/BLua.cc b/src/BLua.cc index 13b09cd..eee663b 100644 --- a/src/BLua.cc +++ b/src/BLua.cc @@ -450,13 +450,11 @@ void Balau::Lua::open_bit() { extern "C" { int luaopen_lcrypt(lua_State *L); -extern const char * lcrypt_rsa; } void Balau::Lua::open_lcrypt() { int n = gettop(); luaopen_lcrypt(L); - load(lcrypt_rsa); while (n < gettop()) pop(); } -- cgit v1.2.3