aboutsummaryrefslogtreecommitdiff
path: root/libssh/kex.c
diff options
context:
space:
mode:
Diffstat (limited to 'libssh/kex.c')
-rw-r--r--libssh/kex.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libssh/kex.c b/libssh/kex.c
index 52376668..95468c4a 100644
--- a/libssh/kex.c
+++ b/libssh/kex.c
@@ -331,7 +331,7 @@ void ssh_list_kex(ssh_session session, KEX *kex) {
int set_kex(ssh_session session){
KEX *server = &session->server_kex;
KEX *client=&session->client_kex;
- SSH_OPTIONS *options=session->options;
+ ssh_options options=session->options;
int i;
const char *wanted;
enter_function();