summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorNicolas "Pixel" Noble <pixel@nobis-crew.org>2013-08-10 08:14:28 +0200
committerNicolas "Pixel" Noble <pixel@nobis-crew.org>2013-08-10 08:14:28 +0200
commita702df0e6b2cf5d523a8db764d6523d868eba8df (patch)
treec7f618894aabb0879ea5ba748b875c1eee8ac6b1 /src
parent5ddf9b5b18431b7fe85bf555d9cfa7fe04aae5e1 (diff)
parent697f9e4655829013e464c9c4485c91b5a4e5f132 (diff)
Merge branch 'master' of /pub/repo.git/Balau
Diffstat (limited to 'src')
-rw-r--r--src/BLua.cc2
1 files changed, 0 insertions, 2 deletions
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();
}