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