mirror of
https://github.com/libssh2/libssh2.git
synced 2025-08-01 11:26:53 +03:00
clarify that the key "string" needs to be zero terminated too
This commit is contained in:
@ -21,7 +21,7 @@ of the host or the full name.
|
|||||||
|
|
||||||
\fIsalt\P is a pointer to the salt used for the host hashing, if the host is
|
\fIsalt\P is a pointer to the salt used for the host hashing, if the host is
|
||||||
provided hashed. If the host is provided in plain text, salt has no meaning.
|
provided hashed. If the host is provided in plain text, salt has no meaning.
|
||||||
The salt has to be provided base64 encoded.
|
The salt has to be provided base64 encoded with a trailing zero byte.
|
||||||
|
|
||||||
\fIkey\fP is a pointer to the key for the given host.
|
\fIkey\fP is a pointer to the key for the given host.
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user