mirror of
https://github.com/nmap/nmap.git
synced 2026-06-24 10:12:22 +00:00
Fix a parameter list in openssl.luadoc.
This commit is contained in:
parent
af4497669b
commit
07fc9a963b
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue