mirror of
https://github.com/nmap/nmap.git
synced 2026-08-04 06:40:48 +00:00
Fix for bug that would make Nmap fail to run when compile without SSL support.
The wsdd library incorrectly assumed OpenSSL to always be available and the ssh-hostkey used the undeclared SCRIPT_NAME in message when evaluating SSL support. The bug was reported by Michael Pattrick on nmap-dev: http://seclists.org/nmap-dev/2011/q1/312 [Patrik]
This commit is contained in:
parent
2ffa4e7e02
commit
a139a26fd7
2 changed files with 9 additions and 2 deletions
|
|
@ -51,7 +51,7 @@ else
|
|||
portrule = function() return false end
|
||||
action = function() end
|
||||
stdnse.print_debug( 3, "Skipping %s script because OpenSSL is missing.",
|
||||
SCRIPT_NAME)
|
||||
filename)
|
||||
return;
|
||||
end
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue