1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-10 09:49:05 +00:00

Remove debug leftover from ssl-enum-ciphers

This commit is contained in:
dmiller
2014-03-31 14:35:50 +00:00
parent 8661c8a519
commit 64ef503f5b

View File

@@ -166,8 +166,6 @@ local function try_params(host, port, t)
status, buffer, err = tls.record_buffer(sock, buffer, 1) status, buffer, err = tls.record_buffer(sock, buffer, 1)
if not status then if not status then
stdnse.print_debug(1, "Couldn't read a TLS record: %s", err) stdnse.print_debug(1, "Couldn't read a TLS record: %s", err)
local nsedebug = require "nsedebug"
nsedebug.print_hex(req)
return nil return nil
end end
-- Parse response. -- Parse response.