From 095a01b70c995fdf77df27aa2a833017336d7e0c Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Fri, 15 Nov 2013 15:48:19 +0100 Subject: options: Add SSH_OPTIONS_GSSAPI_CLIENT_IDENTITY option. --- include/libssh/libssh.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'include/libssh/libssh.h') diff --git a/include/libssh/libssh.h b/include/libssh/libssh.h index 25923e13..d71a6936 100644 --- a/include/libssh/libssh.h +++ b/include/libssh/libssh.h @@ -332,7 +332,8 @@ enum ssh_options_e { SSH_OPTIONS_COMPRESSION_LEVEL, SSH_OPTIONS_KEY_EXCHANGE, SSH_OPTIONS_HOSTKEYS, - SSH_OPTIONS_GSSAPI_SERVER_IDENTITY + SSH_OPTIONS_GSSAPI_SERVER_IDENTITY, + SSH_OPTIONS_GSSAPI_CLIENT_IDENTITY }; enum { -- cgit