From 75e6d4d5e1e6f792a3b1789ab34d590a517009ce Mon Sep 17 00:00:00 2001 From: djalal Date: Wed, 26 May 2010 01:43:23 +0000 Subject: [PATCH] C modules added to NSE must be included in the list of standard libraries in nse_main.cc --- docs/scripting.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/scripting.xml b/docs/scripting.xml index d87b1624c..3fc4a4e3a 100644 --- a/docs/scripting.xml +++ b/docs/scripting.xml @@ -1209,7 +1209,7 @@ LUALIB_API int luaopen_openssl(lua_State *L) { After a compiled module is written, it must be added to NSE by including it in the list of standard libraries in - nse_init.cc. Then the module's + nse_main.cc. Then the module's source file names must be added to Makefile.in in the appropriate places. For both these tasks you can simply follow the example of the other C modules. For the