summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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)
{