1
0
mirror of https://git.libssh.org/projects/libssh.git synced 2025-12-12 15:41:16 +03:00

priv: Move kex functions to kex header.

This commit is contained in:
Andreas Schneider
2011-09-17 12:10:34 +02:00
parent 519291558d
commit d7fa15df83
7 changed files with 23 additions and 24 deletions

View File

@@ -84,7 +84,7 @@ extern const char *supported_methods[];
*/
static int server_set_kex(ssh_session session) {
KEX *server = &session->next_crypto->server_kex;
struct ssh_kex_struct *server = &session->next_crypto->server_kex;
int i, j;
const char *wanted;