mirror of
https://github.com/nmap/nmap.git
synced 2026-08-03 22:29:06 +00:00
whitespace/formatting consistency
This commit is contained in:
parent
e99a0802f2
commit
148fa94265
1 changed files with 5 additions and 5 deletions
|
|
@ -30,12 +30,12 @@ local MAX_CACHE_SIZE = "http-max-cache-size";
|
|||
local coroutine = require "coroutine";
|
||||
local table = require "table";
|
||||
|
||||
module(... or "http",package.seeall)
|
||||
local nmap = require "nmap";
|
||||
local url = require "url";
|
||||
local stdnse = require "stdnse";
|
||||
local comm = require "comm";
|
||||
|
||||
local url = require 'url'
|
||||
local stdnse = require 'stdnse'
|
||||
local comm = require 'comm'
|
||||
local nmap = require 'nmap'
|
||||
module(... or "http",package.seeall)
|
||||
|
||||
---Use ssl if we have it
|
||||
local have_ssl = (nmap.have_ssl() and pcall(require, "openssl"))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue