From 49a4bf29bbe1555029efe4e1fd749ed165be172e Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Fri, 15 Nov 2013 16:09:59 -0500 Subject: options: Add SSH_OPTIONS_GSSAPI_DELEGATE_CREDENTIALS option. Signed-off-by: Simo Sorce --- 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 d71a693..0641d2c 100644 --- a/include/libssh/libssh.h +++ b/include/libssh/libssh.h @@ -333,7 +333,8 @@ enum ssh_options_e { SSH_OPTIONS_KEY_EXCHANGE, SSH_OPTIONS_HOSTKEYS, SSH_OPTIONS_GSSAPI_SERVER_IDENTITY, - SSH_OPTIONS_GSSAPI_CLIENT_IDENTITY + SSH_OPTIONS_GSSAPI_CLIENT_IDENTITY, + SSH_OPTIONS_GSSAPI_DELEGATE_CREDENTIALS, }; enum { -- cgit