1
0
mirror of https://github.com/nmap/nmap.git synced 2026-02-07 05:56:34 +00:00

Fix a parameter list in openssl.luadoc.

This commit is contained in:
david
2008-10-24 20:58:52 +00:00
parent af4497669b
commit 07fc9a963b

View File

@@ -185,4 +185,4 @@ function supported_digests()
--- Converts a 56-bit DES key into a 64-bit key with the correct parity.
-- @param data A 7-byte string.
-- @return An 8-byte string.
function DES_string_to_key(string data)
function DES_string_to_key(data)