mirror of
https://github.com/nmap/nmap.git
synced 2026-02-05 04:56:34 +00:00
Fix an error in the documentation for get_ssl_certificate.
This commit is contained in:
@@ -618,7 +618,7 @@ function pcap_close()
|
||||
-- local status, error = s:connect(host.ip, port.number, "ssl")
|
||||
-- if status then
|
||||
-- local cert = s:get_ssl_certificate()
|
||||
-- local digest = s:digest("md5")
|
||||
-- local digest = cert:digest("md5")
|
||||
-- end
|
||||
function get_ssl_certificate()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user