mirror of
https://github.com/nmap/nmap.git
synced 2025-12-06 04:31:29 +00:00
Moved the includes for Lua headers to the .cc files so they are not needlessly, repeatedly included. Similarly, moved some standard headers to the .cc files and reorganized includes to be uniform for all nse_* source files. Fixed whitespace (removed tabs).
9 lines
127 B
C
9 lines
127 B
C
#ifndef OPENSSLLIB
|
|
#define OPENSSLLIB
|
|
|
|
#define OPENSSLLIBNAME "openssl"
|
|
|
|
LUALIB_API int luaopen_openssl(lua_State *L);
|
|
|
|
#endif
|