1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-28 10:29:03 +00:00

Change some wording in scripting.xml.

This commit is contained in:
david
2008-10-09 03:52:25 +00:00
parent 2f1898fe49
commit 9d6c638dbb

View File

@@ -1355,7 +1355,7 @@ if(s) code_to_be_done_on_match end
<para>Returns the digest of <literal>message</literal>
using the algorithm given by the string
<literal>algorithm</literal>. The algorithm name may be
anything recognized by the
anything returned by the
<function>openssl.supported_digests</function>
function.</para>
</listitem>
@@ -1367,7 +1367,7 @@ if(s) code_to_be_done_on_match end
<para>Returns the message authentication code of
<literal>message</literal> using the given algorithm and
key. <literal>algorithm</literal> may be anything
recognized by the
returned by the
<function>openssl.supported_digests</function>
function.</para>
</listitem>