From 4df48aef41ab1fad3d36164eea3dfada790122ea Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Fri, 29 May 2009 00:14:41 +0200 Subject: [PATCH] clarify that the key "string" needs to be zero terminated too --- docs/libssh2_knownhost_add.3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/libssh2_knownhost_add.3 b/docs/libssh2_knownhost_add.3 index a416a3f..c9855be 100644 --- a/docs/libssh2_knownhost_add.3 +++ b/docs/libssh2_knownhost_add.3 @@ -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.