From 651c173e72ceecb648c24c12d3a900deeb200470 Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Fri, 15 Nov 2013 15:36:02 +0100 Subject: gssapi: Add suppport to set GSSAPI server identity. --- include/libssh/libssh.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'include/libssh/libssh.h') diff --git a/include/libssh/libssh.h b/include/libssh/libssh.h index f1b9fd8c..25923e13 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 { -- cgit