mirror of
https://github.com/nmap/nmap.git
synced 2025-12-22 15:39:03 +00:00
Fix an error when OpenSSL not present.
This commit is contained in:
@@ -8,6 +8,7 @@
|
|||||||
-- @class module
|
-- @class module
|
||||||
-- @name rand
|
-- @name rand
|
||||||
|
|
||||||
|
local require = require
|
||||||
local have_openssl, openssl = pcall(require, "openssl")
|
local have_openssl, openssl = pcall(require, "openssl")
|
||||||
|
|
||||||
local math = require "math"
|
local math = require "math"
|
||||||
|
|||||||
Reference in New Issue
Block a user