aboutsummaryrefslogtreecommitdiff
path: root/src/options.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/options.c')
-rw-r--r--src/options.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/options.c b/src/options.c
index 33657fd8..ff9be52c 100644
--- a/src/options.c
+++ b/src/options.c
@@ -363,6 +363,14 @@ int ssh_options_set_algo(ssh_session session,
* comma-separated list). ex:
* "ecdh-sha2-nistp256,diffie-hellman-group14-sha1,diffie-hellman-group1-sha1"
*
+ * - SSH_OPTIONS_HMAC_C_S:
+ * Set the Message Authentication Code algorithm client to server
+ * (const char *, comma-separated list).
+ *
+ * - SSH_OPTIONS_HMAC_S_C:
+ * Set the Message Authentication Code algorithm server to client
+ * (const char *, comma-separated list).
+ *
* - SSH_OPTIONS_HOSTKEYS:
* Set the preferred server host key types (const char *,
* comma-separated list). ex: