mirror of
https://github.com/nmap/nmap.git
synced 2025-12-06 04:31:29 +00:00
SSL overhaul fixing OpenSSL related problems when SSL has not been compiled in
* replace require function calls with stndse.silent_require * fixed a bug in nse_main that would fail creating scripts.db when a script fails to load * reworked some code to provide limited functionality even though SSL is not present
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
local http = require "http"
|
||||
local io = require "io"
|
||||
local json = require "json"
|
||||
local openssl = require "openssl"
|
||||
local stdnse = require "stdnse"
|
||||
local openssl = stdnse.silent_require "openssl"
|
||||
local tab = require "tab"
|
||||
local table = require "table"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user