From 1038dc8bcdc4514b41a18b75b3d91415d2d00702 Mon Sep 17 00:00:00 2001 From: david Date: Sun, 13 Jun 2010 23:34:13 +0000 Subject: [PATCH] Fix an error in the documentation for get_ssl_certificate. --- nselib/nmap.luadoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nselib/nmap.luadoc b/nselib/nmap.luadoc index 3e6604f83..1cd705322 100644 --- a/nselib/nmap.luadoc +++ b/nselib/nmap.luadoc @@ -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()