summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/options.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/options.c b/src/options.c
index 846ce368..1fda0c32 100644
--- a/src/options.c
+++ b/src/options.c
@@ -1360,11 +1360,14 @@ static int ssh_bind_set_key(ssh_bind sshbind, char **key_loc,
* (string).
*
* SSH_BIND_OPTIONS_DSAKEY:
- * Set the path to the dsa ssh host key (string).
+ * Set the path to the ssh host dsa key (string).
*
* SSH_BIND_OPTIONS_RSAKEY:
* Set the path to the ssh host rsa key (string).
*
+ * SSH_BIND_OPTIONS_ECDSAKEY:
+ * Set the path to the ssh host ecdsa key (string).
+ *
* SSH_BIND_OPTIONS_BANNER:
* Set the server banner sent to clients (string).
*