summaryrefslogtreecommitdiff
path: root/lcrypt
diff options
context:
space:
mode:
authorNicolas Noble <pixel@nobis-crew.org>2013-08-09 15:13:23 -0700
committerNicolas Noble <pixel@nobis-crew.org>2013-08-09 15:13:23 -0700
commit697f9e4655829013e464c9c4485c91b5a4e5f132 (patch)
tree49286e460ede052801411fb8ad2164098d259301 /lcrypt
parenta345ecd14505b1d3808a91a9dfa5a53a0edacbde (diff)
Forgot to take the rsa.lua out from lcrypt.c
Diffstat (limited to 'lcrypt')
-rw-r--r--lcrypt/lcrypt.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/lcrypt/lcrypt.c b/lcrypt/lcrypt.c
index a0a45e5..c578b49 100644
--- a/lcrypt/lcrypt.c
+++ b/lcrypt/lcrypt.c
@@ -45,7 +45,6 @@ static void* lcrypt_malloc(lua_State *L, size_t size)
#include "lcrypt_hashes.c"
#include "lcrypt_math.c"
#include "lcrypt_bits.c"
-#include "lcrypt_rsa.c"
static int lcrypt_tohex(lua_State *L)
{