mirror of
https://github.com/nmap/nmap.git
synced 2026-05-13 08:46:45 +00:00
Properly guard an openssl header inclusion
This commit is contained in:
parent
27fc667789
commit
00863472d6
1 changed files with 2 additions and 0 deletions
|
|
@ -5,7 +5,9 @@
|
|||
|
||||
LUALIB_API int luaopen_openssl(lua_State *L);
|
||||
|
||||
#if HAVE_OPENSSL
|
||||
#include <openssl/bn.h>
|
||||
int nse_pushbn( lua_State *L, BIGNUM *num, bool should_free);
|
||||
#endif
|
||||
#endif
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue