mirror of
https://github.com/nmap/nmap.git
synced 2025-12-06 04:31:29 +00:00
14 lines
181 B
C
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
|