From 5ddf9b5b18431b7fe85bf555d9cfa7fe04aae5e1 Mon Sep 17 00:00:00 2001 From: "Nicolas \"Pixel\" Noble" Date: Sat, 10 Aug 2013 08:06:43 +0200 Subject: Let's disable lcrypt's math portion for now. --- lcrypt/lcrypt.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lcrypt') 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); -- cgit v1.2.3