mirror of
https://github.com/nmap/nmap.git
synced 2026-08-04 06:40:48 +00:00
Fixed inconsistent indentation, replaced spaces by tabs.
This commit is contained in:
parent
4463296bf7
commit
5df5c86029
1 changed files with 3 additions and 3 deletions
|
|
@ -115,9 +115,9 @@ action = function(host, port)
|
|||
|
||||
-- Get SSL certificate.
|
||||
local status, cert = sslcert.getCertificate(host, port)
|
||||
if not status then
|
||||
stdnse.print_debug(2, "sslcert.getCertificate error: %s", cert)
|
||||
end
|
||||
if not status then
|
||||
stdnse.print_debug(2, "sslcert.getCertificate error: %s", cert)
|
||||
end
|
||||
if not cert:digest("sha1") then
|
||||
stdnse.print_debug(2, "Certificate does not have a SHA-1 fingerprint.")
|
||||
return
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue