mirror of
https://github.com/nmap/nmap.git
synced 2026-08-04 14:49:29 +00:00
Added silent_require import for openssl, to avoid missing module error
This commit is contained in:
parent
5adfb3b1de
commit
a7d5095309
1 changed files with 1 additions and 1 deletions
|
|
@ -7,9 +7,9 @@
|
|||
local base64 = require "base64"
|
||||
local bin = require "bin"
|
||||
local nmap = require "nmap"
|
||||
local openssl = require "openssl"
|
||||
local stdnse = require "stdnse"
|
||||
local string = require "string"
|
||||
local openssl = stdnse.silent_require "openssl"
|
||||
_ENV = stdnse.module("ssh2", stdnse.seeall)
|
||||
|
||||
-- table holding transport layer functions
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue