summaryrefslogtreecommitdiff
path: root/src/LuaTask.cc
diff options
context:
space:
mode:
authorNicolas "Pixel" Noble <pixel@nobis-crew.org>2013-08-08 09:23:03 +0200
committerNicolas "Pixel" Noble <pixel@nobis-crew.org>2013-08-08 09:23:03 +0200
commit29e4a0512331a36c1cde22ed26c6ae059fa20757 (patch)
tree09496f029124fe4fc61aa7e014df50349128ced3 /src/LuaTask.cc
parent8fd11c9821c23c69da76158c87acdefe2ae9586f (diff)
Adding libtommath, libtomcrypt and lcrypt, mainly for the bignum support.
Diffstat (limited to 'src/LuaTask.cc')
-rw-r--r--src/LuaTask.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/LuaTask.cc b/src/LuaTask.cc
index cc0bb60..c22cb68 100644
--- a/src/LuaTask.cc
+++ b/src/LuaTask.cc
@@ -25,6 +25,7 @@ Balau::LuaMainTask::LuaMainTask() {
L.open_bit();
L.open_jit();
L.open_ffi();
+ L.open_lcrypt();
L.push("LuaMainTask");
L.push((void *) this);
L.settable(LUA_REGISTRYINDEX);