aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHani Benhabiles <kroosec@gmail.com>2016-02-18 18:15:33 +0100
committerAndreas Schneider <asn@cryptomilk.org>2016-02-23 08:15:26 +0100
commit6b608e70ee61919f5cc23af5072bc7d3cc44c787 (patch)
tree6d2b34143aafacb04f0475c90f47e007aa9f3774
parenta69a1af56857ef2bd570db75b970a73c96e35e69 (diff)
downloadlibssh-6b608e70ee61919f5cc23af5072bc7d3cc44c787.tar.gz
libssh-6b608e70ee61919f5cc23af5072bc7d3cc44c787.tar.xz
libssh-6b608e70ee61919f5cc23af5072bc7d3cc44c787.zip
options: Fix documentation typo
Signed-off-by: Hani Benhabiles <hani@linux.com> Reviewed-by: Andreas Schneider <asn@samba.org> (cherry picked from commit f8bde7156ff22f4ef08582ed877190380657010d)
-rw-r--r--src/options.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/options.c b/src/options.c
index e715c09d..2c4baf68 100644
--- a/src/options.c
+++ b/src/options.c
@@ -332,7 +332,7 @@ int ssh_options_set_algo(ssh_session session, int algo,
* - SSH_OPTIONS_HOSTKEYS:
* Set the preferred server host key types (const char *,
* comma-separated list). ex:
- * "ssh-rsa,ssh-dsa,ecdh-sha2-nistp256"
+ * "ssh-rsa,ssh-dss,ecdh-sha2-nistp256"
*
* - SSH_OPTIONS_COMPRESSION_C_S:
* Set the compression to use for client to server