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