mirror of
https://git.libssh.org/projects/libssh.git
synced 2025-07-31 00:03:07 +03:00
kex: Make existing convenience features available
Signed-off-by: David Wedderwille <davidwe@posteo.de> Reviewed-by: Jakub Jelen <jjelen@redhat.com>
This commit is contained in:
committed by
Jakub Jelen
parent
0b91ba779c
commit
84d02e7440
@ -226,7 +226,7 @@ static int session_setup(void **state)
|
||||
struct test_server_st *tss = *state;
|
||||
struct torture_state *s;
|
||||
int verbosity = torture_libssh_verbosity();
|
||||
const char *compat_hostkeys = ssh_kex_get_supported_method(SSH_HOSTKEYS);
|
||||
const char *compat_hostkeys = ssh_get_supported_methods(SSH_HOSTKEYS);
|
||||
struct passwd *pwd;
|
||||
bool b = false;
|
||||
int rc;
|
||||
|
Reference in New Issue
Block a user