mirror of
https://github.com/nmap/nmap.git
synced 2025-12-06 04:31:29 +00:00
Properly guard an openssl header inclusion
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user