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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user