1
0
mirror of https://github.com/nmap/nmap.git synced 2026-01-23 22:59:20 +00:00

C modules added to NSE must be included in the list of standard libraries in nse_main.cc

This commit is contained in:
djalal
2010-05-26 01:43:23 +00:00
parent 44d29adaa9
commit 75e6d4d5e1

View File

@@ -1209,7 +1209,7 @@ LUALIB_API int luaopen_openssl(lua_State *L) {
<para>
After a compiled module is written, it must be added to NSE by including
it in the list of standard libraries in
<filename>nse_init.cc</filename>. Then the module's
<filename>nse_main.cc</filename>. Then the module's
source file names must be added to
<filename>Makefile.in</filename> in the appropriate places. For both these tasks you can
simply follow the example of the other C modules. For the