summaryrefslogtreecommitdiffstats
path: root/include/libssh/session.h
diff options
context:
space:
mode:
authorSimo Sorce <simo@redhat.com>2013-11-15 16:09:59 -0500
committerAndreas Schneider <asn@cryptomilk.org>2013-11-17 11:43:50 +0100
commit68b996bdbf82be9ff8fdcc4750ae1a58cdaf131a (patch)
tree2ba90cf5988dd27ad570e7f748ca39744a3585a5 /include/libssh/session.h
parentd364374422a3a6c2d81e857aa63a96f1015a79f1 (diff)
options: Add SSH_OPTIONS_GSSAPI_DELEGATE_CREDENTIALS option.
Signed-off-by: Simo Sorce <simo@redhat.com> Reviewed-by: Andreas Schneider <asn@cryptomilk.org>
Diffstat (limited to 'include/libssh/session.h')
-rw-r--r--include/libssh/session.h1
1 files changed, 1 insertions, 0 deletions
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;
};