mirror of
https://github.com/nmap/nmap.git
synced 2026-08-04 06:40:48 +00:00
Fix an error when OpenSSL not present.
This commit is contained in:
parent
dcc0e3ed7e
commit
a7495ac6c7
1 changed files with 1 additions and 0 deletions
|
|
@ -8,6 +8,7 @@
|
|||
-- @class module
|
||||
-- @name rand
|
||||
|
||||
local require = require
|
||||
local have_openssl, openssl = pcall(require, "openssl")
|
||||
|
||||
local math = require "math"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue