summaryrefslogtreecommitdiffstats
path: root/include/libssh/libssh.h
diff options
context:
space:
mode:
authorAndreas Schneider <asn@cryptomilk.org>2013-11-15 15:36:02 +0100
committerAndreas Schneider <asn@cryptomilk.org>2013-11-15 15:50:09 +0100
commit41d99d32e8cadb790bb4c594074b52fa13f40df6 (patch)
tree330a871bf62013f088008967e3d6f706a1c14924 /include/libssh/libssh.h
parentc481f9dafdc7dc5c2eb105493f05846cf7425cec (diff)
downloadlibssh-41d99d32e8cadb790bb4c594074b52fa13f40df6.tar.gz
libssh-41d99d32e8cadb790bb4c594074b52fa13f40df6.tar.xz
libssh-41d99d32e8cadb790bb4c594074b52fa13f40df6.zip
gssapi: Add suppport to set GSSAPI server identity.
Diffstat (limited to 'include/libssh/libssh.h')
-rw-r--r--include/libssh/libssh.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/libssh/libssh.h b/include/libssh/libssh.h
index f1b9fd8..25923e1 100644
--- a/include/libssh/libssh.h
+++ b/include/libssh/libssh.h
@@ -331,7 +331,8 @@ enum ssh_options_e {
SSH_OPTIONS_COMPRESSION,
SSH_OPTIONS_COMPRESSION_LEVEL,
SSH_OPTIONS_KEY_EXCHANGE,
- SSH_OPTIONS_HOSTKEYS
+ SSH_OPTIONS_HOSTKEYS,
+ SSH_OPTIONS_GSSAPI_SERVER_IDENTITY
};
enum {