summaryrefslogtreecommitdiff
path: root/lcrypt/lcrypt.c
diff options
context:
space:
mode:
authorNicolas "Pixel" Noble <pixel@nobis-crew.org>2013-08-08 17:49:26 +0200
committerNicolas "Pixel" Noble <pixel@nobis-crew.org>2013-08-08 17:50:17 +0200
commitf7fa376378cb221347c679aef001b3c04b212c7b (patch)
tree005bd4f63a11187013013eee0c07a64656dfa48a /lcrypt/lcrypt.c
parent29e4a0512331a36c1cde22ed26c6ae059fa20757 (diff)
Adding the rsa.lua code to lcrypt.
Diffstat (limited to 'lcrypt/lcrypt.c')
-rw-r--r--lcrypt/lcrypt.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/lcrypt/lcrypt.c b/lcrypt/lcrypt.c
index d757f11..ed514dd 100644
--- a/lcrypt/lcrypt.c
+++ b/lcrypt/lcrypt.c
@@ -54,6 +54,7 @@ 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)
{