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:
19
nse_openssl.h
Normal file
19
nse_openssl.h
Normal 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
|
||||
Reference in New Issue
Block a user