summaryrefslogtreecommitdiff
path: root/src/anylike.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/anylike.c')
-rw-r--r--src/anylike.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/anylike.c b/src/anylike.c
index 1735631..09f488f 100644
--- a/src/anylike.c
+++ b/src/anylike.c
@@ -33,6 +33,7 @@
#include "options.h"
#include "log.h"
#include "l_log.h"
+#include "l_crypt.h"
#ifndef USE_SSL_CRYPTO
#include <gcrypt.h>
@@ -75,6 +76,7 @@ int main_loop(options_t* opt)
luaopen_base(L);
luaopen_string(L);
luaopen_log(L);
+ luaopen_crypt(L);
lua_dofile(L, "main_loop.lua");