1
0
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:
david
2010-06-13 23:34:13 +00:00
parent 0bb200e105
commit 1038dc8bcd

View File

@@ -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()