1
1

clarify that the key "string" needs to be zero terminated too

Этот коммит содержится в:
Daniel Stenberg 2009-05-29 00:14:41 +02:00
родитель bc28d0146d
Коммит 4df48aef41

Просмотреть файл

@ -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
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.