summaryrefslogtreecommitdiff
path: root/lcrypt
diff options
context:
space:
mode:
Diffstat (limited to 'lcrypt')
-rw-r--r--lcrypt/lcrypt.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lcrypt/lcrypt.c b/lcrypt/lcrypt.c
index 620c88b..5ca67cf 100644
--- a/lcrypt/lcrypt.c
+++ b/lcrypt/lcrypt.c
@@ -43,7 +43,7 @@ static void* lcrypt_malloc(lua_State *L, size_t size)
#include "lcrypt_ciphers.c"
#include "lcrypt_hashes.c"
-#include "lcrypt_math.c"
+//#include "lcrypt_math.c"
#include "lcrypt_bits.c"
#include "lcrypt_rsa.c"
@@ -262,7 +262,7 @@ int luaopen_lcrypt(lua_State *L)
lcrypt_start_ciphers(L);
lcrypt_start_hashes(L);
- lcrypt_start_math(L);
+// lcrypt_start_math(L);
lcrypt_start_bits(L);
lua_pop(L, 1);