mirror of
https://github.com/nmap/nmap.git
synced 2026-01-01 04:19:02 +00:00
Add the stdnse.sleep function.
This commit is contained in:
@@ -252,6 +252,7 @@ int init_lua (lua_State *L)
|
||||
#ifdef HAVE_OPENSSL
|
||||
{OPENSSLLIBNAME, luaopen_openssl}, // openssl bindings
|
||||
#endif
|
||||
{"stdnse.c", luaopen_stdnse_c},
|
||||
};
|
||||
|
||||
luaL_openlibs(L); // opens all standard libraries
|
||||
|
||||
Reference in New Issue
Block a user