summaryrefslogtreecommitdiffstats
path: root/include/libssh
diff options
context:
space:
mode:
Diffstat (limited to 'include/libssh')
-rw-r--r--include/libssh/libssh.h3
-rw-r--r--include/libssh/session.h1
2 files changed, 3 insertions, 1 deletions
diff --git a/include/libssh/libssh.h b/include/libssh/libssh.h
index d71a6936..0641d2c4 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 {
diff --git a/include/libssh/session.h b/include/libssh/session.h
index 86f94dfa..8a94daa5 100644
--- a/include/libssh/session.h
+++ b/include/libssh/session.h
@@ -185,6 +185,7 @@ struct ssh_session_struct {
char compressionlevel;
char *gss_server_identity;
char *gss_client_identity;
+ int gss_delegate_creds;
} opts;
};