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:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user