From 17f2645a32e6524c36b2f83831080eda378c12bf Mon Sep 17 00:00:00 2001 From: Aris Adamantiadis Date: Thu, 29 Oct 2009 10:36:00 +0100 Subject: Fix server kex again --- libssh/options.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libssh/options.c') diff --git a/libssh/options.c b/libssh/options.c index a46740c..a6b524a 100644 --- a/libssh/options.c +++ b/libssh/options.c @@ -140,7 +140,7 @@ static char *get_username_from_uid(ssh_session session, uid_t uid){ } #endif -static int ssh_options_set_algo(ssh_session session, int algo, +int ssh_options_set_algo(ssh_session session, int algo, const char *list) { if (!verify_existing_algo(algo, list)) { ssh_set_error(session, SSH_REQUEST_DENIED, -- cgit