diff options
| author | Simo Sorce <simo@redhat.com> | 2013-11-15 16:09:59 -0500 |
|---|---|---|
| committer | Simo Sorce <simo@redhat.com> | 2013-11-15 16:10:29 -0500 |
| commit | 811c645f2a796f15be198ca580d1cbf01230e57d (patch) | |
| tree | d7c17a2c5776cac3a008d4bca41dfa632b21bc50 /include/libssh/libssh.h | |
| parent | c2312f9dda9745f77082d5fe9accd6dd67b1bd99 (diff) | |
| download | libssh-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/libssh.h')
| -rw-r--r-- | include/libssh/libssh.h | 3 |
1 files changed, 2 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 { |
