summaryrefslogtreecommitdiffstats
path: root/include/libssh/server.h
diff options
context:
space:
mode:
authorAris Adamantiadis <aris@0xbadc0de.be>2013-02-20 23:20:44 +0100
committerAndreas Schneider <asn@cryptomilk.org>2013-07-13 14:21:36 +0200
commit3b52e38a333cb204673b9401b0e895d96d9fb02f (patch)
treeff395dc6a182153cde6b2a33cdb40d4982505652 /include/libssh/server.h
parent6bb50630462cf20b5d7fa42ef1cc99c8f80ccac9 (diff)
downloadlibssh-3b52e38a333cb204673b9401b0e895d96d9fb02f.tar.gz
libssh-3b52e38a333cb204673b9401b0e895d96d9fb02f.tar.xz
libssh-3b52e38a333cb204673b9401b0e895d96d9fb02f.zip
auth: adapt libssh to gssapi-with-mic server
Reviewed-by: Andreas Schneider <asn@cryptomilk.org>
Diffstat (limited to 'include/libssh/server.h')
-rw-r--r--include/libssh/server.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/libssh/server.h b/include/libssh/server.h
index 6ed8002..28be459 100644
--- a/include/libssh/server.h
+++ b/include/libssh/server.h
@@ -254,6 +254,8 @@ LIBSSH_API int ssh_handle_key_exchange(ssh_session session);
*/
LIBSSH_API void ssh_bind_free(ssh_bind ssh_bind_o);
+LIBSSH_API void ssh_set_auth_methods(ssh_session session, int auth_methods);
+
/**********************************************************
* SERVER MESSAGING
**********************************************************/