From 3b52e38a333cb204673b9401b0e895d96d9fb02f Mon Sep 17 00:00:00 2001 From: Aris Adamantiadis Date: Wed, 20 Feb 2013 23:20:44 +0100 Subject: auth: adapt libssh to gssapi-with-mic server Reviewed-by: Andreas Schneider --- include/libssh/server.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/libssh/server.h') diff --git a/include/libssh/server.h b/include/libssh/server.h index 6ed8002a..28be4596 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 **********************************************************/ -- cgit