1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-06 04:31:29 +00:00
Files
nmap/nse_openssl.h
david e7cc30b6c2 Make some changes to allow a Windows build of the new openssl code. (Just
rearragement of some includes and defines.)
2008-10-08 22:58:29 +00:00

14 lines
181 B
C

#ifndef OPENSSLLIB
#define OPENSSLLIB
#define OPENSSLLIBNAME "openssl"
extern "C" {
#include "lua.h"
#include "lauxlib.h"
}
LUALIB_API int luaopen_openssl(lua_State *L);
#endif