1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-06 04:31:29 +00:00

merging nse_openssl branch

This commit is contained in:
sven
2008-10-08 22:21:41 +00:00
parent 70bfb42915
commit d8714befb1
12 changed files with 1250 additions and 177 deletions

19
nse_openssl.h Normal file
View File

@@ -0,0 +1,19 @@
#include "../nmap_config.h"
#if HAVE_OPENSSL
#ifndef OPENSSLLIB
#define OPENSSLLIB
#define OPENSSLLIBNAME "openssl"
extern "C" {
#include "lua.h"
#include "lauxlib.h"
}
LUALIB_API int luaopen_openssl(lua_State *L);
#endif
#endif