mirror of
https://github.com/nmap/nmap.git
synced 2026-09-27 02:29:42 +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:
parent
7864c3cb08
commit
6f43ac38b2
21 changed files with 216 additions and 248 deletions
|
|
@ -14,8 +14,8 @@
|
|||
|
||||
local bin = require "bin"
|
||||
local nmap = require "nmap"
|
||||
local openssl = require "openssl"
|
||||
local stdnse = require "stdnse"
|
||||
local openssl = stdnse.silent_require "openssl"
|
||||
local string = require "string"
|
||||
local table = require "table"
|
||||
_ENV = stdnse.module("pgsql", stdnse.seeall)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue