aboutsummaryrefslogtreecommitdiff
path: root/include/libssh/session.h
diff options
context:
space:
mode:
authorSimo Sorce <simo@redhat.com>2013-11-15 16:09:59 -0500
committerSimo Sorce <simo@redhat.com>2013-11-15 16:10:29 -0500
commit811c645f2a796f15be198ca580d1cbf01230e57d (patch)
treed7c17a2c5776cac3a008d4bca41dfa632b21bc50 /include/libssh/session.h
parentc2312f9dda9745f77082d5fe9accd6dd67b1bd99 (diff)
downloadlibssh-811c645f2a796f15be198ca580d1cbf01230e57d.tar.gz
libssh-811c645f2a796f15be198ca580d1cbf01230e57d.tar.xz
libssh-811c645f2a796f15be198ca580d1cbf01230e57d.zip
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;
};